diff options
author | Mickaƫl Raulet <mraulet@insa-rennes.fr> | 2013-10-30 12:28:19 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-31 10:00:22 +0100 |
commit | 7c8b65f688ea75496e278b7c042f2eda746f3eac (patch) | |
tree | ef99499ade9ade6e460b865301944648d6b725d5 /libavcodec/hevc.h | |
parent | 6c4b87d3d6ae08a6da16b4616626b4d2a726afbf (diff) | |
download | ffmpeg-7c8b65f688ea75496e278b7c042f2eda746f3eac.tar.gz |
hevc: add partial support for interlaced(cherry picked from commit 44b592ae6d323445c076ef3ec966ebf9daa8bccf)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r-- | libavcodec/hevc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index 4b45323bb3..df80475703 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -869,9 +869,12 @@ typedef struct HEVCContext { ///< as a format defined in 14496-15 int strict_def_disp_win; + int active_seq_parameter_set_id; + int nal_length_size; ///< Number of bytes used for nal length (1, 2 or 4) int nuh_layer_id; + int picture_struct; } HEVCContext; int ff_hevc_decode_short_term_rps(HEVCContext *s, ShortTermRPS *rps, |