From b27565b1432f8bb2c933afa184ace6582ad650ee Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sun, 3 Jul 2011 02:37:03 +0100 Subject: Remove statements immediately following unconditional jumps This removes a number of compiler warnings. Signed-off-by: Mans Rullgard --- libavcodec/pcm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/pcm.c') diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c index 9100646179..2ad395dd0e 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; -- cgit v1.2.3