# HG changeset patch # User bcoudurier # Date 1210891051 0 # Node ID 1d7a7c5ea015a101e8481d98157933515bdab28d # Parent 4616ba855d62b1a079ac0d3d3199fb5db9d730bc do not fail if correct is not recognized diff -r 4616ba855d62 -r 1d7a7c5ea015 aiff.c --- a/aiff.c Thu May 15 22:14:29 2008 +0000 +++ b/aiff.c Thu May 15 22:37:31 2008 +0000 @@ -149,9 +149,6 @@ codec->bits_per_sample = av_get_bits_per_sample(codec->codec_id); } - if (!codec->codec_id) - return AVERROR_INVALIDDATA; - /* Block align needs to be computed in all cases, as the definition * is specific to applications -> here we use the WAVE format definition */ if (!codec->block_align)