aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3dsp.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-10-08 02:06:26 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-04 01:00:18 +0100
commitedc942202b577946c265fe9fdff236fac2b2cc2f (patch)
tree471bb3404348f189abcf6fd21bbd6cd017e50359 /libavcodec/ac3dsp.h
parentf7be632cbde8aa094535edf0af3a30a7556acbac (diff)
downloadffmpeg-edc942202b577946c265fe9fdff236fac2b2cc2f.tar.gz
lavf: fix signed overflow in avformat_find_stream_info()
On the first iteration through this code, last_dts is always INT64_MIN (AV_NOPTS_VALUE) and the subtraction overflows in an invalid manner. Although the result is only used if the input values are valid, performing the subtraction is still not allowed in a strict environment. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit a31e9f68a426f634e002282885c6c2eb1bfbea44) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ac3dsp.h')
0 files changed, 0 insertions, 0 deletions