Re: [FFmpeg-cvslog] avcodec/libspeexdec: support zygoaudio

2014-11-22 Thread Michael Niedermayer
On Fri, Nov 21, 2014 at 08:39:19PM +0100, Reimar Döffinger wrote: On Fri, Nov 21, 2014 at 08:20:42PM +0100, Michael Niedermayer wrote: +s-pktsize = ((int[]){5,10,15,20,20,28,28,38,38,46,62})[quality]; nit: shouldn't it be const int? fixed thx It doesn't really matter currently

[FFmpeg-cvslog] avcodec/libspeexdec: support zygoaudio

2014-11-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri Nov 21 20:08:05 2014 +0100| [d96d8e121f1e423ba31dca972c07613cf32076c6] | committer: Michael Niedermayer avcodec/libspeexdec: support zygoaudio Fixes Ticket1873 Signed-off-by: Michael Niedermayer michae...@gmx.at

Re: [FFmpeg-cvslog] avcodec/libspeexdec: support zygoaudio

2014-11-21 Thread Reimar Döffinger
On Fri, Nov 21, 2014 at 08:20:42PM +0100, Michael Niedermayer wrote: +s-pktsize = ((int[]){5,10,15,20,20,28,28,38,38,46,62})[quality]; nit: shouldn't it be const int? It doesn't really matter currently since all compilers seem to be unable to put this construct in .rodata even if you