[FFmpeg-devel] PATCH: 5.1 AAC SMPTE channel order with libfaad

Benjamin Larsson banan
Mon Apr 5 11:51:18 CEST 2010


Jean-Yves Avenard wrote:
> Hi
> 
> On 5 April 2010 07:03, Benjamin Larsson <banan at ludd.ltu.se> wrote:
>> What we have is waveformatex order. I did not look at the patch. But if
>> the output matches the native channel order then the code does what it
>> should do. The patch has a unneeded hunk in there though.
> 
> Like ?
> 

@@ -89,6 +89,7 @@
                                    unsigned char *buffer,
                                    unsigned long buffer_size);
     char* FAADAPI (*faacDecGetErrorMessage)(unsigned char errcode);
+
 #endif

     void FAADAPI (*faacDecClose)(faacDecHandle hDecoder);


That is the unneded hunk. Does the channel output configuration match
the native decoder after your patch ?

MvH
Benjamin Larsson



More information about the ffmpeg-devel mailing list