[FFmpeg-trac] #4698(avcodec:closed): Wrong channel layout for FLAC 3/1 channels on playback

FFmpeg trac at avcodec.org
Mon Jul 20 10:32:06 CEST 2015


#4698: Wrong channel layout for FLAC 3/1 channels on playback
-------------------------------------+-----------------------------------
             Reporter:  Mango        |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:  avcodec
              Version:  unspecified  |               Resolution:  invalid
             Keywords:  flac         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by gjdfgh):

 OK, so it's strictly about decoding. Makes things easier.

 Looking at this sample file again, it says:
 WAVEFORMATEXTENSIBLE_CHANNEL_MASK=0x107

 0x107 is 0x100 (back center) + 4 (front center) + 2 (right) + 1 (left)

 So 4.0 is correct. This file is not 3.1.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4698#comment:27>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list