diff h263dec.c @ 1542:576861d6343a libavcodec

emu_edge checks simplification and avoid redundant checks for mpeg1/2 if emu_edge is set
author michael
date Fri, 17 Oct 2003 18:56:01 +0000
parents 992526a710e2
children dd544554ed42
line wrap: on
line diff
--- a/h263dec.c	Thu Oct 16 18:27:48 2003 +0000
+++ b/h263dec.c	Fri Oct 17 18:56:01 2003 +0000
@@ -57,6 +57,7 @@
     s->decode_mb= ff_h263_decode_mb;
     s->low_delay= 1;
     avctx->pix_fmt= PIX_FMT_YUV420P;
+    s->unrestricted_mv= 1;
 
     /* select sub codec */
     switch(avctx->codec->id) {