summaryrefslogtreecommitdiff
path: root/libavcodec/pcm.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-07-03 02:37:03 +0100
committerMans Rullgard <mans@mansr.com>2011-07-03 03:15:53 +0100
commitb27565b1432f8bb2c933afa184ace6582ad650ee (patch)
treed19025a322659176b11102caf537e81cec1398b7 /libavcodec/pcm.c
parent050f2b3e7f3a98bc824cfcaf4c825ed4c643e21c (diff)
Remove statements immediately following unconditional jumps
This removes a number of compiler warnings. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/pcm.c')
-rw-r--r--libavcodec/pcm.c1
1 files changed, 0 insertions, 1 deletions
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;