comparison mpeg4video.h @ 10816:9abebeca7d1b libavcodec

Rename DCtab_*, its a global variable and it helps understanding if mpeg4 is in its name.
author michael
date Fri, 08 Jan 2010 17:28:43 +0000
parents d3ddf4acb059
children d1fe22d92a65
comparison
equal deleted inserted replaced
10815:2b0c54f9f9c2 10816:9abebeca7d1b
52 #define GOP_STARTCODE 0x1B3 52 #define GOP_STARTCODE 0x1B3
53 #define VISUAL_OBJ_STARTCODE 0x1B5 53 #define VISUAL_OBJ_STARTCODE 0x1B5
54 #define VOP_STARTCODE 0x1B6 54 #define VOP_STARTCODE 0x1B6
55 55
56 /* dc encoding for mpeg4 */ 56 /* dc encoding for mpeg4 */
57 extern const uint8_t DCtab_lum[13][2]; 57 extern const uint8_t ff_mpeg4_DCtab_lum[13][2];
58 extern const uint8_t DCtab_chrom[13][2]; 58 extern const uint8_t ff_mpeg4_DCtab_chrom[13][2];
59 59
60 extern const uint16_t intra_vlc[103][2]; 60 extern const uint16_t intra_vlc[103][2];
61 extern const int8_t intra_level[102]; 61 extern const int8_t intra_level[102];
62 extern const int8_t intra_run[102]; 62 extern const int8_t intra_run[102];
63 extern RLTable rl_intra; 63 extern RLTable rl_intra;