Commit acf112ba authored by Michael Niedermayer's avatar Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2ca553ed
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment