diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-04-10 18:35:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-10 18:35:07 +0200 |
commit | bc48c88918f767e0dffcd138ae8e5c3052e8a92f (patch) | |
tree | c2245483d88419bfb0c36cdd729dd5e5ab1266a2 /libavcodec/h264.h | |
parent | 4d0f6d3fb421b3ab774ccd3c299f0a242f359a75 (diff) | |
download | ffmpeg-bc48c88918f767e0dffcd138ae8e5c3052e8a92f.tar.gz |
avcodec/h264: Do not fail with randomly truncated VUIs
Fixes Ticket4445
Tested-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 29bb3fba06..8cee11f2da 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -812,7 +812,7 @@ int ff_h264_decode_sei(H264Context *h); /** * Decode SPS */ -int ff_h264_decode_seq_parameter_set(H264Context *h); +int ff_h264_decode_seq_parameter_set(H264Context *h, int ignore_truncation); /** * compute profile from sps |