[FFmpeg-devel] [PATCH] Tighter Westwood AUD Probe
Mike Melanson
mike
Sun Apr 13 04:25:43 CEST 2008
Hi,
I finally generated an Apple Core Audio Format (CAF) file and I was
quite surprised to see that FFmpeg recognized it. Actually, the Westwood
AUD demuxer (libavformat/westwood.c) was volunteering to handle it. This
patch fixes that situation by raising the probability of random
qualification from being on the order of 1 in 2^8 => being on the order
of 1 in 2^45.
The demuxer already returns 50% probability. Of course, a proper CAFF
demuxer would have much better probability with its definite chunk
signatures (CAFF demuxer coming soon as a small-medium FFmpeg task).
--
-Mike Melanson
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: westwood-probability.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080412/3db563ba/attachment.asc>
More information about the ffmpeg-devel
mailing list