projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rename DCtab_*, its a global variable and it helps understanding if mpeg4
[ffmpeg.git]
/
libavcodec
/
mpeg4video.h
diff --git
a/libavcodec/mpeg4video.h
b/libavcodec/mpeg4video.h
index
ae7851f
..
f086954
100644
(file)
--- a/
libavcodec/mpeg4video.h
+++ b/
libavcodec/mpeg4video.h
@@
-54,8
+54,8
@@
#define VOP_STARTCODE 0x1B6
/* dc encoding for mpeg4 */
#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];
extern const uint16_t intra_vlc[103][2];
extern const int8_t intra_level[102];