• Anton Khirnov's avatar
    avconv: only retry decoding on actual decoding errors · 27085d1b
    Anton Khirnov authored
    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).
    27085d1b
avconv.c 89.2 KB