comparison vp56data.c @ 8299:524cb7f5ad2b libavcodec

avoid POSIX reserved _t suffix
author aurel
date Thu, 11 Dec 2008 22:56:19 +0000
parents 51918cb97f6f
children e9d9d946f213
comparison
equal deleted inserted replaced
8298:2dcc437528fa 8299:524cb7f5ad2b
42 { 1, 2 }, { 0, 1 }, { 0, 0 }, { 1, 1 }, { 0, 0 }, }, 42 { 1, 2 }, { 0, 1 }, { 0, 0 }, { 1, 1 }, { 0, 0 }, },
43 { { 122, 35 }, { 1, 1 }, { 1, 6 }, { 46, 34 }, { 0, 0 }, 43 { { 122, 35 }, { 1, 1 }, { 1, 6 }, { 46, 34 }, { 0, 0 },
44 { 1, 2 }, { 0, 1 }, { 0, 1 }, { 1, 1 }, { 0, 0 }, }, 44 { 1, 2 }, { 0, 1 }, { 0, 1 }, { 1, 1 }, { 0, 0 }, },
45 }; 45 };
46 46
47 const vp56_tree_t vp56_pva_tree[] = { 47 const VP56Tree vp56_pva_tree[] = {
48 { 8, 0}, 48 { 8, 0},
49 { 4, 1}, 49 { 4, 1},
50 { 2, 2}, {-0}, {-1}, 50 { 2, 2}, {-0}, {-1},
51 { 2, 3}, {-2}, {-3}, 51 { 2, 3}, {-2}, {-3},
52 { 4, 4}, 52 { 4, 4},
53 { 2, 5}, {-4}, {-5}, 53 { 2, 5}, {-4}, {-5},
54 { 2, 6}, {-6}, {-7}, 54 { 2, 6}, {-6}, {-7},
55 }; 55 };
56 56
57 const vp56_tree_t vp56_pc_tree[] = { 57 const VP56Tree vp56_pc_tree[] = {
58 { 4, 6}, 58 { 4, 6},
59 { 2, 7}, {-0}, {-1}, 59 { 2, 7}, {-0}, {-1},
60 { 4, 8}, 60 { 4, 8},
61 { 2, 9}, {-2}, {-3}, 61 { 2, 9}, {-2}, {-3},
62 { 2,10}, {-4}, {-5}, 62 { 2,10}, {-4}, {-5},