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
/
msmpeg4.c
diff --git
a/libavcodec/msmpeg4.c
b/libavcodec/msmpeg4.c
index
e8d74da
..
9687297
100644
(file)
--- a/
libavcodec/msmpeg4.c
+++ b/
libavcodec/msmpeg4.c
@@
-98,8
+98,8
@@
static av_cold void init_h263_dc_for_msmpeg4(void)
l= level;
/* luminance h263 */
l= level;
/* luminance h263 */
- uni_code= DCtab_lum[size][0];
- uni_len = DCtab_lum[size][1];
+ uni_code=
ff_mpeg4_
DCtab_lum[size][0];
+ uni_len =
ff_mpeg4_
DCtab_lum[size][1];
uni_code ^= (1<<uni_len)-1; //M$ does not like compatibility
if (size > 0) {
uni_code ^= (1<<uni_len)-1; //M$ does not like compatibility
if (size > 0) {
@@
-114,8
+114,8
@@
static av_cold void init_h263_dc_for_msmpeg4(void)
v2_dc_lum_table[level+256][1]= uni_len;
/* chrominance h263 */
v2_dc_lum_table[level+256][1]= uni_len;
/* chrominance h263 */
- uni_code= DCtab_chrom[size][0];
- uni_len = DCtab_chrom[size][1];
+ uni_code=
ff_mpeg4_
DCtab_chrom[size][0];
+ uni_len =
ff_mpeg4_
DCtab_chrom[size][1];
uni_code ^= (1<<uni_len)-1; //M$ does not like compatibility
if (size > 0) {
uni_code ^= (1<<uni_len)-1; //M$ does not like compatibility
if (size > 0) {