]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegvideo.h
Merge commit '35177ba77ff60a8b8839783f57e44bcc4214507a'
[ffmpeg] / libavcodec / mpegvideo.h
index 97a5236245579712de3828b5b750571590760bdc..b4a3b3ee4a82a49de90a51fda2f35bbff7a1bc0c 100644 (file)
@@ -93,7 +93,6 @@ struct MpegEncContext;
  */
 typedef struct Picture{
     struct AVFrame *f;
-    uint8_t avframe_padding[1024]; // hack to allow linking to a avutil with larger AVFrame
     ThreadFrame tf;
 
     AVBufferRef *qscale_table_buf;