Warning fix.

Originally committed as revision 747 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Falk Hüffner 2002-07-12 12:41:32 +00:00
parent d85c5979d0
commit 6b765cd276
1 changed files with 1 additions and 0 deletions

View File

@ -1314,6 +1314,7 @@ static int mjpeg_decode_frame(AVCodecContext *avctx,
}
}
not_the_end:
;
}
the_end:
return buf_ptr - buf;