Remove return statements following infinite loops without break
authorMans Rullgard <mans@mansr.com>
Sun, 3 Jul 2011 20:02:18 +0000 (21:02 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 3 Jul 2011 20:39:07 +0000 (21:39 +0100)
commitadd41decd94b2d3581a3715ba10f27168b8cdb1b
tree75b99269199b63d99c9cfa92e876cf4682bf44b5
parentf75e3da535f297ddbe501ce866e57ccca7645455
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>
libavcodec/h264.c
libavcodec/mpeg12.c
libavformat/asfdec.c
libavformat/bethsoftvid.c
libavformat/mm.c
libavformat/mmsh.c
libavformat/mov.c
libavformat/rtmpproto.c
libavformat/swfdec.c
libavutil/opt.c
libavutil/parseutils.c