From 7213abf6ba6b6ad00f69db2859c3a4cd6a7f71d8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 8 Jan 2010 19:10:11 +0000 Subject: Use h263 tables in msmpeg4v1 dont duplicate them halfway. Originally committed as revision 21101 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h263dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h263dec.c') diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index f2cb976447..a8613bb97c 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -116,7 +116,7 @@ av_cold int ff_h263_decode_init(AVCodecContext *avctx) if (CONFIG_MSMPEG4_DECODER && s->h263_msmpeg4) ff_msmpeg4_decode_init(s); - else + h263_decode_init_vlc(s); return 0; -- cgit v1.2.3