diff h263dec.c @ 10821:030e30b050e4 libavcodec

Use h263 tables in msmpeg4v1 dont duplicate them halfway.
author michael
date Fri, 08 Jan 2010 19:10:11 +0000
parents c03a8c6c755b
children 9ccc13d1144d
line wrap: on
line diff
--- a/h263dec.c	Fri Jan 08 18:54:52 2010 +0000
+++ b/h263dec.c	Fri Jan 08 19:10:11 2010 +0000
@@ -116,7 +116,7 @@
 
     if (CONFIG_MSMPEG4_DECODER && s->h263_msmpeg4)
         ff_msmpeg4_decode_init(s);
-    else
+
         h263_decode_init_vlc(s);
 
     return 0;