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
3rd try for mpeg-es probe ...
Originally committed as revision 4938 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
20 years ago
parent
21d1cb12f8
commit
8f0df75438
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/raw.c
+ 1
- 1
libavformat/raw.c
View File
@@ -306,7 +306,7 @@ static int mpegvideo_probe(AVProbeData *p)
}
}
}
if(seq &&
pic && slice && seq<pic
&& !pspack)
if(seq &&
seq*9<=pic*10 && pic*9<=slice*10
&& !pspack)
return AVPROBE_SCORE_MAX/2+1; // +1 for .mpg
return 0;
}
Write
Preview
Loading…
Cancel
Save