diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c index aa583742f5..d1612e2d3a 100644 --- a/libavcodec/dcadec.c +++ b/libavcodec/dcadec.c @@ -1422,6 +1422,7 @@ static int dca_subsubframe(DCAContext *s, int base_channel, int block_index) #endif } else { av_log(s->avctx, AV_LOG_ERROR, "Didn't get subframe DSYNC\n"); + return AVERROR_INVALIDDATA; } }