summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index ca26e616ba..635c4a4db9 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -468,7 +468,7 @@ typedef struct H264Context {
H264QpelContext h264qpel;
GetBitContext gb;
- H264Picture *DPB;
+ H264Picture DPB[H264_MAX_PICTURE_COUNT];
H264Picture *cur_pic_ptr;
H264Picture cur_pic;