summaryrefslogtreecommitdiff
path: root/libavcodec/intrax8.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2009-04-11 14:16:30 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-04-11 14:16:30 +0000
commit1b923aa44ab95c352f9062024166c3d603a941f8 (patch)
tree4f333a0a82cade906e2d295b141a427c23a7328d /libavcodec/intrax8.c
parent78435e9971b1b1ac73c287531f52e97bfdfb4c80 (diff)
Two INIT_VLC_USE_STATIC cases Carl missed.
Originally committed as revision 18438 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/intrax8.c')
-rw-r--r--libavcodec/intrax8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c
index 2ae57d9bd7..177b60f34e 100644
--- a/libavcodec/intrax8.c
+++ b/libavcodec/intrax8.c
@@ -66,7 +66,7 @@ static av_cold void x8_vlc_init(void){
DC_VLC_BITS,34, \
&src[1],4,2, \
&src[0],4,2, \
- 1);
+ INIT_VLC_USE_STATIC);
for(i=0;i<8;i++){
init_dc_vlc( j_dc_vlc[0][i], x8_dc_highquant_table[i][0]);
init_dc_vlc( j_dc_vlc[1][i], x8_dc_lowquant_table [i][0]);