diff mpegvideo_enc.c @ 12517:be85455cab8f libavcodec

Fix rv20 encoding so the binary decoder can decode it.
author michael
date Sun, 26 Sep 2010 01:56:48 +0000
parents 077c67a3b86f
children
line wrap: on
line diff
--- a/mpegvideo_enc.c	Sat Sep 25 23:27:16 2010 +0000
+++ b/mpegvideo_enc.c	Sun Sep 26 01:56:48 2010 +0000
@@ -618,7 +618,7 @@
         s->h263_aic=1;
         s->h263_plus=1;
         s->loop_filter=1;
-        s->unrestricted_mv= s->obmc || s->loop_filter || s->umvplus;
+        s->unrestricted_mv= 0;
         break;
     case CODEC_ID_MPEG4:
         s->out_format = FMT_H263;