summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 95c3ab42a9..014ef83321 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -243,10 +243,10 @@ typedef struct H264Context{
int unknown_svq3_flag;
int next_slice_index;
- SPS sps_buffer[MAX_SPS_COUNT];
+ SPS *sps_buffers[MAX_SPS_COUNT];
SPS sps; ///< current sps
- PPS pps_buffer[MAX_PPS_COUNT];
+ PPS *pps_buffers[MAX_PPS_COUNT];
/**
* current pps
*/