Commit b09b4992 authored by michael's avatar michael

2 INIT_VLC_USE_STATIC cases, carl missed.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18438 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 74fda7f7
......@@ -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]);
......
......@@ -786,7 +786,7 @@ static av_cold int svq1_decode_init(AVCodecContext *avctx)
init_vlc(&svq1_motion_component, 7, 33,
&mvtab[0][1], 2, 1,
&mvtab[0][0], 2, 1, 1);
&mvtab[0][0], 2, 1, INIT_VLC_USE_STATIC);
for (i = 0; i < 6; i++) {
init_vlc(&svq1_intra_multistage[i], 3, 8,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment