Browse Source

Warning fix.

Originally committed as revision 747 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Falk Hüffner 23 years ago
parent
commit
6b765cd276
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/mjpeg.c

+ 1
- 0
libavcodec/mjpeg.c View File

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


Loading…
Cancel
Save