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
fixed VOB parsing bug
Originally committed as revision 699 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard
23 years ago
parent
9b030d9d73
commit
24f9709b22
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libav/utils.c
+ 1
- 1
libav/utils.c
View File
@@ -659,8 +659,8 @@ int av_find_stream_info(AVFormatContext *ic)
close_codec:
st->codec_info_state = CSTATE_FOUND;
avcodec_close(&st->codec);
break;
}
break;
}
ptr += ret;
size -= ret;
Write
Preview
Loading…
Cancel
Save