Commit 6816f8b8 authored by Måns Rullgård's avatar Måns Rullgård

ADPCM: remove unreachable break statement after return

Originally committed as revision 19312 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 300ad6c1
......@@ -191,7 +191,6 @@ static av_cold int adpcm_encode_init(AVCodecContext *avctx)
break;
default:
return -1;
break;
}
avctx->coded_frame= avcodec_alloc_frame();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment