summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-09 16:08:56 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-09 16:17:22 +0200
commitacf112ba6e3df4132d2b0fc18d3ce8a40badff52 (patch)
treedcb160890a99acd6a90badb64ce3c2e1e208af50 /libavcodec
parent2ca553ed9cbe4295a04c754a55b307be73915328 (diff)
avcodec/mpegvideo: remove AVFrame padding, as the hack isnt needed anymore
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/mpegvideo.h1
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;