diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-08 17:28:43 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-08 17:28:43 +0000 |
commit | 05b858b045fb0dc347c695e914b11fbc871150e5 (patch) | |
tree | 95f4c732119a863f1c6511b19bf2aa096644de73 /libavcodec/mpeg4video.h | |
parent | f9664ca026485f59e14a072fcb6e45930ec928ff (diff) | |
download | ffmpeg-05b858b045fb0dc347c695e914b11fbc871150e5.tar.gz |
Rename DCtab_*, its a global variable and it helps understanding if mpeg4
is in its name.
Originally committed as revision 21096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg4video.h')
-rw-r--r-- | libavcodec/mpeg4video.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h index ae7851ff93..f086954958 100644 --- a/libavcodec/mpeg4video.h +++ b/libavcodec/mpeg4video.h @@ -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]; |