diff mpegvideo.c @ 79:82e579c37bc3 libavcodec

Moved some H.263+ variables to MpegEncContext to be thread-safe. Increase video_buffer on ffmpeg to avoid buffer overrun on big pictures.
author pulento
date Fri, 31 Aug 2001 06:21:27 +0000
parents 92ed1c4f94fa
children 1e4a4af694d1
line wrap: on
line diff
--- a/mpegvideo.c	Tue Aug 28 23:32:34 2001 +0000
+++ b/mpegvideo.c	Fri Aug 31 06:21:27 2001 +0000
@@ -278,6 +278,10 @@
         s->out_format = FMT_H263;
         s->h263_plus = 1;
         s->unrestricted_mv = 1;
+        
+        /* These are just to be sure */
+        s->umvplus = 0;
+        s->umvplus_dec = 0;
         break;
     case CODEC_ID_RV10:
         s->out_format = FMT_H263;