diff mpegvideo.h @ 1556:5ebb4ae753d3 libavcodec

112 bytes smaller MpegEncContext
author michael
date Wed, 22 Oct 2003 15:36:46 +0000
parents 27073c5532dc
children 628bf341e099
line wrap: on
line diff
--- a/mpegvideo.h	Wed Oct 22 12:01:21 2003 +0000
+++ b/mpegvideo.h	Wed Oct 22 15:36:46 2003 +0000
@@ -302,8 +302,8 @@
     int linesize;              ///< line size, in bytes, may be different from width 
     int uvlinesize;            ///< line size, for chroma in bytes, may be different from width 
     Picture *picture;          ///< main picture buffer 
-    Picture *input_picture[MAX_PICTURE_COUNT]; ///< next pictures on display order for encoding
-    Picture *reordered_input_picture[MAX_PICTURE_COUNT]; ///< pointer to the next pictures in codedorder for encoding
+    Picture **input_picture;   ///< next pictures on display order for encoding
+    Picture **reordered_input_picture; ///< pointer to the next pictures in codedorder for encoding
     
     /** 
      * copy of the previous picture structure.