[FFmpeg-cvslog] avcodec/mpegvideo: remove AVFrame padding, as the hack isnt needed anymore

Michael Niedermayer git at videolan.org
Wed Apr 9 16:23:31 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Apr  9 16:08:56 2014 +0200| [acf112ba6e3df4132d2b0fc18d3ce8a40badff52] | committer: Michael Niedermayer

avcodec/mpegvideo: remove AVFrame padding, as the hack isnt needed anymore

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=acf112ba6e3df4132d2b0fc18d3ce8a40badff52
---

 libavcodec/mpegvideo.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 97a5236..b4a3b3e 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -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;



More information about the ffmpeg-cvslog mailing list