From acf112ba6e3df4132d2b0fc18d3ce8a40badff52 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 9 Apr 2014 16:08:56 +0200 Subject: [PATCH] avcodec/mpegvideo: remove AVFrame padding, as the hack isnt needed anymore Signed-off-by: Michael Niedermayer --- libavcodec/mpegvideo.h | 1 - 1 file changed, 1 deletion(-) 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;