summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-25 03:45:32 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-03-25 04:14:38 +0100
commit354db19ff44c3e33ba1a4298d1b3eaefb0ddc7e3 (patch)
treee5616a78c58f943f66e25a6d5796d2ab807bf3d9 /libavcodec/h264.h
parente003a53452856594dcf721caab8af234adb121ca (diff)
downloadffmpeg-streaming-354db19ff44c3e33ba1a4298d1b3eaefb0ddc7e3.zip
ffmpeg-streaming-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 868d285..d27f0b4 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];
OpenPOWER on IntegriCloud