This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
d85c5979d0
commit
6b765cd276
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save