summaryrefslogtreecommitdiff
path: root/libavformat/mm.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-07-03 21:02:18 +0100
committerMans Rullgard <mans@mansr.com>2011-07-03 21:39:07 +0100
commitadd41decd94b2d3581a3715ba10f27168b8cdb1b (patch)
tree75b99269199b63d99c9cfa92e876cf4682bf44b5 /libavformat/mm.c
parentf75e3da535f297ddbe501ce866e57ccca7645455 (diff)
Remove return statements following infinite loops without break
These statements cannot be reached and are thus not needed. This removes a number of compiler warnings. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/mm.c')
-rw-r--r--libavformat/mm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/mm.c b/libavformat/mm.c
index bea6161315..dae659f3c6 100644
--- a/libavformat/mm.c
+++ b/libavformat/mm.c
@@ -184,8 +184,6 @@ static int read_packet(AVFormatContext *s,
avio_skip(pb, length);
}
}
-
- return 0;
}
AVInputFormat ff_mm_demuxer = {