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 --- libavformat/psxstr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/psxstr.c') diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c index b7a9d3b250..646244238c 100644 --- a/libavformat/psxstr.c +++ b/libavformat/psxstr.c @@ -234,7 +234,6 @@ static int str_read_packet(AVFormatContext *s, pkt->stream_index = str->channels[channel].audio_stream_index; return 0; - break; default: av_log(s, AV_LOG_WARNING, "Unknown sector type %02X\n", sector[0x12]); /* drop the sector and move on */ -- cgit v1.2.3