diff mpegvideo.h @ 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 79be2c581c01
children ae0516eadae2
line wrap: on
line diff
--- a/mpegvideo.h	Tue Aug 28 23:32:34 2001 +0000
+++ b/mpegvideo.h	Fri Aug 31 06:21:27 2001 +0000
@@ -128,7 +128,11 @@
     int P_frame_bits;    /* same for P frame */
     INT64 wanted_bits;
     INT64 total_bits;
-
+    
+    /* H.263+ specific */
+    int umvplus;
+    int umvplus_dec;
+    
     /* mpeg4 specific */
     int time_increment_bits;
     int shape;