Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 3 Mar 2009 20:24:17 +0000 (20:24 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 3 Mar 2009 20:24:17 +0000 (20:24 +0000)
commitded0149948129d4abff1ab5d715206b2c70890b7
tree116fc2c23fd1469eb71207e131079e0488d51120
parent545465ecaa05f60c431cc3c0ec5ff86f1c61a588
Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer
and the EAGAIN were just added as example not because they made sense.

Originally committed as revision 17783 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/flvdec.c