diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-03-25 03:45:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-25 04:14:38 +0100 |
commit | 354db19ff44c3e33ba1a4298d1b3eaefb0ddc7e3 (patch) | |
tree | e5616a78c58f943f66e25a6d5796d2ab807bf3d9 /libavcodec/h264.h | |
parent | e003a53452856594dcf721caab8af234adb121ca (diff) | |
download | ffmpeg-354db19ff44c3e33ba1a4298d1b3eaefb0ddc7e3.tar.gz |
avcodec/h264: Remove bits_per_raw_sample hacks
Fixes assertion failure
Fixes: f12c79769501ee471a5c731b8304ffcb/signal_sigabrt_7ffff6ac8cc9_3766_cov_4267830138_undemuxable_h264.ts
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 868d28512a..d27f0b4f7b 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -781,6 +781,7 @@ typedef struct H264Context { int initial_cpb_removal_delay[32]; ///< Initial timestamps for CPBs int cur_chroma_format_idc; + int cur_bit_depth_luma; int16_t slice_row[MAX_SLICES]; ///< to detect when MAX_SLICES is too low uint8_t parse_history[6]; |