diff options
author | Mans Rullgard <mans@mansr.com> | 2011-07-03 02:37:03 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-03 03:15:53 +0100 |
commit | b27565b1432f8bb2c933afa184ace6582ad650ee (patch) | |
tree | d19025a322659176b11102caf537e81cec1398b7 /libavformat/a64.c | |
parent | 050f2b3e7f3a98bc824cfcaf4c825ed4c643e21c (diff) | |
download | ffmpeg-b27565b1432f8bb2c933afa184ace6582ad650ee.tar.gz |
Remove statements immediately following unconditional jumps
This removes a number of compiler warnings.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/a64.c')
-rw-r--r-- | libavformat/a64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/a64.c b/libavformat/a64.c index 0e5576b651..3d313e5fba 100644 --- a/libavformat/a64.c +++ b/libavformat/a64.c @@ -55,7 +55,6 @@ static int a64_write_header(struct AVFormatContext *s) break; default: return AVERROR(EINVAL); - break; } avio_write(s->pb, header, 2); c->prev_pkt.size = 0; |