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
Seek the file forwards instead of backwards when sync is lost.
Originally committed as revision 14014 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ramiro Polla
17 years ago
parent
bc4c3a55f5
commit
ae10e1fd3d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/mlp_parser.c
+ 1
- 1
libavcodec/mlp_parser.c
View File
@@ -295,7 +295,7 @@ static int mlp_parse(AVCodecParserContext *s,
lost_sync:
mp->in_sync = 0;
return
-
1;
return 1;
}
AVCodecParser mlp_parser = {
Write
Preview
Loading…
Cancel
Save