summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/aiff.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/aiff.c b/libavformat/aiff.c
index c9aadea68f..b9ebce5cc5 100644
--- a/libavformat/aiff.c
+++ b/libavformat/aiff.c
@@ -149,9 +149,6 @@ static unsigned int get_aiff_header(ByteIOContext *pb, AVCodecContext *codec,
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)