ADPCM: remove unreachable break statement after return

Originally committed as revision 19312 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Måns Rullgård 16 years ago
parent 300ad6c16e
commit 6816f8b8e4
  1. 1
      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();

Loading…
Cancel
Save