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
Decrement probe score at unsuported bpp
Originally committed as revision 20454 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Reynaldo H. Verdejo Pinochet
16 years ago
parent
55d2e32a40
commit
a8e1cbaf18
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavformat/mtv.c
+ 3
- 0
libavformat/mtv.c
View File
@@ -70,6 +70,9 @@ static int mtv_probe(AVProbeData *p)
return 0;
}
if(p->buf[51] != 16)
return AVPROBE_SCORE_MAX/4; // But we are going to assume 16bbp anyway ..
return AVPROBE_SCORE_MAX;
}
Write
Preview
Loading…
Cancel
Save