diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-05-12 14:37:35 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-06-12 20:27:53 +0200 |
commit | 61f168ae348f94f39e7afc6971654455a5de0e4d (patch) | |
tree | cb1572478da5a0b8755d4d822dadad602d988f71 /libavcodec/h264.h | |
parent | 6e92181bf836f48627a4733b6fd240a99fd36365 (diff) | |
download | ffmpeg-61f168ae348f94f39e7afc6971654455a5de0e4d.tar.gz |
h264: factor out setting the parameter sets for a frame
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index dd89b490f2..3fdd3bcd90 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -399,6 +399,8 @@ typedef struct H264SliceContext { } ref_modifications[2][32]; int nb_ref_modifications[2]; + unsigned int pps_id; + const uint8_t *intra_pcm_ptr; int16_t *dc_val_base; |