[MPlayer-users] [patch] more 24-bit reorder fixes

Jason Tackaberry tack at urandom.ca
Sat Aug 22 01:39:54 CEST 2009


On Thu, 2009-08-20 at 08:40 -0700, Shane W wrote:
> Lots actually but they're mostly really big. 96khz 6ch at
> 24 bit isn't really managable. My little 6ch test track is
> here though.
> 
> http://www.csy.ca/~shane/51test.flac

So that file decodes as 24-bit for you?  For me:

AUDIO: 48000 Hz, 6 ch, s32le, 2782.4 kbit/30.19% (ratio: 347804->1152000)
Selected audio codec: [ffflac] afm: ffmpeg (FFmpeg FLAC audio)

And reorder_channel_nch() actually is receiving samplesize=4, so the 3
byte paths aren't getting travelled.

What version of mplayer do you have?  Possibly something in ffmpeg
changed along the way.  Looking at libavcodec/flacdec.c, it doesn't seem
that s24le is something it will output.  It will decode 24-bit flac
content as s32le.

Cheers,
Jason.



More information about the MPlayer-users mailing list