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
fix msmpeg4 seek
Originally committed as revision 68 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard
24 years ago
parent
0cfa9713f7
commit
4af5e4ef5e
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
libavcodec/h263dec.c
+ 4
- 0
libavcodec/h263dec.c
View File
@@ -107,6 +107,10 @@ static int h263_decode_frame(AVCodecContext *avctx,
if (ret < 0)
return -1;
/* make sure we start with an I-Frame */
if (!s->slice_height && (s->pict_type != I_TYPE))
return -1;
MPV_frame_start(s);
#ifdef DEBUG
Write
Preview
Loading…
Cancel
Save