summaryrefslogtreecommitdiff
path: root/libavcodec/wnv1.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/wnv1.c')
-rw-r--r--libavcodec/wnv1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wnv1.c b/libavcodec/wnv1.c
index fa3a308dc0..e721a983cc 100644
--- a/libavcodec/wnv1.c
+++ b/libavcodec/wnv1.c
@@ -136,7 +136,7 @@ static av_cold int decode_init(AVCodecContext *avctx){
if(!code_vlc.table){
init_vlc(&code_vlc, CODE_VLC_BITS, 16,
&code_tab[0][1], 4, 2,
- &code_tab[0][0], 4, 2, 1);
+ &code_tab[0][0], 4, 2, INIT_VLC_USE_STATIC);
}
return 0;