diff 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
line wrap: on
line diff
--- a/mpeg4video.h	Fri Jan 08 16:37:32 2010 +0000
+++ b/mpeg4video.h	Fri Jan 08 17:28:43 2010 +0000
@@ -54,8 +54,8 @@
 #define VOP_STARTCODE        0x1B6
 
 /* dc encoding for mpeg4 */
-extern const uint8_t DCtab_lum[13][2];
-extern const uint8_t DCtab_chrom[13][2];
+extern const uint8_t ff_mpeg4_DCtab_lum[13][2];
+extern const uint8_t ff_mpeg4_DCtab_chrom[13][2];
 
 extern const uint16_t intra_vlc[103][2];
 extern const int8_t intra_level[102];