diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-10-01 21:07:42 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-10-02 11:41:45 +0200 |
commit | 27085d1b47c3741cc0fac284c916127c4066d049 (patch) | |
tree | d2be4921180a2711e1d33174ae11e9640901de9a /libavcodec | |
parent | f6772e9bf8251d3943f52f6f34d97d2ce6c4b8af (diff) | |
download | ffmpeg-27085d1b47c3741cc0fac284c916127c4066d049.tar.gz |
avconv: only retry decoding on actual decoding errors
Errors during decoding are currently considered non-fatal and do not
terminate transcoding, so even if parts of the data are corrupted, the
rest may be decodable.
However, that should apply only to the actual decoding calls, not to the
failures elsewhere (e.g. configuring filters).
Diffstat (limited to 'libavcodec')
0 files changed, 0 insertions, 0 deletions