summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 7ab1fdf..95db912 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -290,8 +290,7 @@ typedef struct MMCO {
} MMCO;
typedef struct H264Picture {
- struct AVFrame f;
- uint8_t avframe_padding[1024]; // hack to allow linking to a avutil with larger AVFrame
+ AVFrame *f;
ThreadFrame tf;
AVBufferRef *qscale_table_buf;
OpenPOWER on IntegriCloud