diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-09 16:08:56 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-09 16:17:22 +0200 |
commit | acf112ba6e3df4132d2b0fc18d3ce8a40badff52 (patch) | |
tree | dcb160890a99acd6a90badb64ce3c2e1e208af50 | |
parent | 2ca553ed9cbe4295a04c754a55b307be73915328 (diff) | |
download | ffmpeg-acf112ba6e3df4132d2b0fc18d3ce8a40badff52.tar.gz |
avcodec/mpegvideo: remove AVFrame padding, as the hack isnt needed anymore
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 97a5236245..b4a3b3ee4a 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; |