X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fpcm.c;h=852e34981f63c7f140380a6dc9f6678c5a74c276;hb=bfadca1faf7eb131d15181a8d0df2bb5c2662b37;hp=111ce6193f66950deb2f7ac5a6e3b66edcc8f16e;hpb=4f643430f295a8376ca51f127a23b0f8ce92068b;p=ffmpeg diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c index 111ce6193f6..852e34981f6 100644 --- a/libavcodec/pcm.c +++ b/libavcodec/pcm.c @@ -440,7 +440,6 @@ static int pcm_decode_frame(AVCodecContext *avctx, default: av_log(avctx, AV_LOG_ERROR, "PCM DVD unsupported sample depth\n"); return -1; - break; } samples = (short *) dst_int32_t; break;