OSDN Git Service

avconv: only retry decoding on actual decoding errors
authorAnton Khirnov <anton@khirnov.net>
Sat, 1 Oct 2016 19:07:42 +0000 (21:07 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 2 Oct 2016 09:41:45 +0000 (11:41 +0200)
commit27085d1b47c3741cc0fac284c916127c4066d049
treed2be4921180a2711e1d33174ae11e9640901de9a
parentf6772e9bf8251d3943f52f6f34d97d2ce6c4b8af
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).
avconv.c