diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c index e670aa94ed..d8908d34d2 100644 --- a/libavcodec/adpcm.c +++ b/libavcodec/adpcm.c @@ -191,7 +191,6 @@ static av_cold int adpcm_encode_init(AVCodecContext *avctx) break; default: return -1; - break; } avctx->coded_frame= avcodec_alloc_frame();