[MPlayer-dev-eng] [PATCH] support floats in ad_libmad

D Richard Felker III dalias at aerifal.cx
Thu Mar 10 07:13:22 CET 2005


On Thu, Mar 10, 2005 at 12:26:36AM -0500, Alexander Strange wrote:
> This patch allows libmad to output floats with -af-adv force=4+ instead 
> of truncating everything to 16-bit.

Not acceptable since float is not the native format. Instead make it
output 24bit or 32bit or whatever the native format is and add support
for this to libaf.. Conversion to float does not belong in a decoder.

Rich




More information about the MPlayer-dev-eng mailing list