[Ffmpeg-cvslog] r7392 - trunk/libavformat/mpc.c
Alex Beregszaszi
alex
Mon Jan 1 14:23:17 CET 2007
Hi,
> > --- trunk/libavformat/mpc.c (original)
> > +++ trunk/libavformat/mpc.c Mon Jan 1 06:29:53 2007
> > @@ -45,6 +45,8 @@
> > return 0;
> > if (d[0] == 'M' && d[1] == 'P' && d[2] == '+' && (d[3] == 0x17 || d[3] == 0x7))
> > return AVPROBE_SCORE_MAX;
> > + if (d[0] == 'I' && d[1] == 'D' && d[2] == '3')
> > + return AVPROBE_SCORE_MAX / 2;
>
> doesnt this conflict with .mp3 ?
MP3 should return higher score for this. However, lot of crappy lossless
formats (Monkeys audio) use ID3 tags in the beginning.
--
Alex Beregszaszi
More information about the ffmpeg-cvslog
mailing list