comparison mpeg4data.h @ 262:7d941b8c4e84 libavcodec

mpeg4 b-frames :) create slightly more correct headers & add "ffmpeg" user-data section
author michaelni
date Tue, 12 Mar 2002 22:54:25 +0000
parents b4fed8b24e3a
children 764aeec1320e
comparison
equal deleted inserted replaced
261:d6521bbbab5e 262:7d941b8c4e84
97 static const UINT16 sprite_trajectory_tab[15][2] = { 97 static const UINT16 sprite_trajectory_tab[15][2] = {
98 {0x00, 2}, {0x02, 3}, {0x03, 3}, {0x04, 3}, {0x05, 3}, {0x06, 3}, 98 {0x00, 2}, {0x02, 3}, {0x03, 3}, {0x04, 3}, {0x05, 3}, {0x06, 3},
99 {0x0E, 4}, {0x1E, 5}, {0x3E, 6}, {0x7E, 7}, {0xFE, 8}, 99 {0x0E, 4}, {0x1E, 5}, {0x3E, 6}, {0x7E, 7}, {0xFE, 8},
100 {0x1FE, 9},{0x3FE, 10},{0x7FE, 11},{0xFFE, 12}, 100 {0x1FE, 9},{0x3FE, 10},{0x7FE, 11},{0xFFE, 12},
101 }; 101 };
102
103 static const UINT8 mb_type_b_tab[4][2] = {
104 {1, 1}, {1, 2}, {1, 3}, {1, 4},
105 };