[Ffmpeg-cvslog] r7392 - trunk/libavformat/mpc.c
Michael Niedermayer
michaelni
Mon Jan 1 13:32:24 CET 2007
Hi
On Mon, Jan 01, 2007 at 06:29:55AM +0100, kostya wrote:
> Author: kostya
> Date: Mon Jan 1 06:29:53 2007
> New Revision: 7392
>
> Modified:
> trunk/libavformat/mpc.c
>
> Log:
> Make MPC demuxer deal with ID3 tags at the beginning
>
> Modified: trunk/libavformat/mpc.c
> ==============================================================================
> --- 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 ?
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The misfortune of the wise is better than the prosperity of the fool.
-- Epicurus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20070101/43e41aa6/attachment.pgp>
More information about the ffmpeg-cvslog
mailing list