comparison msmpeg4data.h @ 7980:3b5964de95cd libavcodec

spelling cosmetics
author diego
date Thu, 02 Oct 2008 16:28:58 +0000
parents dc1a7a6ec58d
children e9d9d946f213
comparison
equal deleted inserted replaced
7979:5214daf6ce78 7980:3b5964de95cd
47 47
48 extern VLC ff_msmp4_mb_i_vlc; 48 extern VLC ff_msmp4_mb_i_vlc;
49 extern VLC ff_msmp4_dc_luma_vlc[2]; 49 extern VLC ff_msmp4_dc_luma_vlc[2];
50 extern VLC ff_msmp4_dc_chroma_vlc[2]; 50 extern VLC ff_msmp4_dc_chroma_vlc[2];
51 51
52 /* intra picture macro block coded block pattern */ 52 /* intra picture macroblock coded block pattern */
53 extern const uint16_t ff_msmp4_mb_i_table[64][2]; 53 extern const uint16_t ff_msmp4_mb_i_table[64][2];
54 54
55 extern const uint8_t cbpy_tab[16][2]; 55 extern const uint8_t cbpy_tab[16][2];
56 56
57 extern const uint8_t DCtab_lum[13][2]; 57 extern const uint8_t DCtab_lum[13][2];