summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-04-10 18:35:07 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-04-10 18:35:07 +0200
commitbc48c88918f767e0dffcd138ae8e5c3052e8a92f (patch)
treec2245483d88419bfb0c36cdd729dd5e5ab1266a2 /libavcodec/h264.h
parent4d0f6d3fb421b3ab774ccd3c299f0a242f359a75 (diff)
downloadffmpeg-streaming-bc48c88918f767e0dffcd138ae8e5c3052e8a92f.zip
ffmpeg-streaming-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 29bb3fb..8cee11f 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
OpenPOWER on IntegriCloud