From e161e007be2ca2df1e560470f94d4038dd841d67 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 11 Apr 2009 11:47:15 +0000 Subject: Use INIT_VLC_USE_STATIC and not its value "1". Originally committed as revision 18430 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wnv1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/wnv1.c') 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; -- cgit v1.2.3