From 05b858b045fb0dc347c695e914b11fbc871150e5 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 8 Jan 2010 17:28:43 +0000 Subject: 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 --- libavcodec/msmpeg4.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libavcodec/msmpeg4.c') diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c index e8d74da333..9687297620 100644 --- 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 */ - 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< 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 */ - 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< 0) { -- cgit v1.2.3