]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegvideo.h
configure: allow overriding ranlib
[ffmpeg] / libavcodec / mpegvideo.h
index e57971de5e331ed1a00c01f8ceb2c2183a44e941..b4a3b3ee4a82a49de90a51fda2f35bbff7a1bc0c 100644 (file)
@@ -92,8 +92,7 @@ struct MpegEncContext;
  * Picture.
  */
 typedef struct Picture{
-    struct AVFrame f;
-    uint8_t avframe_padding[1024]; // hack to allow linking to a avutil with larger AVFrame
+    struct AVFrame *f;
     ThreadFrame tf;
 
     AVBufferRef *qscale_table_buf;