diff options
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/adpcm.c | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |