aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-21 02:32:37 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-16 00:35:12 +0100
commitdea7f1c62e1af3e0967c7c85a8ab48ab6ffa1b47 (patch)
tree67405ee17f95f8451a3615ddd008551f083555fc /libavutil
parentc7027ae7381d67a8e852e7de914821ba391a61a2 (diff)
downloadffmpeg-dea7f1c62e1af3e0967c7c85a8ab48ab6ffa1b47.tar.gz
avcodec: move end zeroing code from av_packet_split_side_data() to avcodec_decode_subtitle2()
This code changes the input packet, which is read only and can in rare circumstances lead to decoder errors. (i run into one of these in the audio decoder, which corrupted the packet during av_find_stream_info() so that actual decoding that single packet failed later) Until a better fix is implemented, this commit limits the problem. A better fix might be to make the subtitle decoders not depend on data[size] = 0 or to copy their input when this is not the case. (cherry picked from commit 01923bab98506b1e98b4cbf08419364ce6ffea6d) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
0 files changed, 0 insertions, 0 deletions