Re: [libav-devel] [PATCH 8/9] Use avpriv_report_missing_feature() where appropriate

2016-11-08 Thread Diego Biurrun
On Thu, Oct 27, 2016 at 08:54:59PM +0200, Diego Biurrun wrote: > --- > libavcodec/aacdec.c | 3 +-- > libavcodec/alac.c | 8 > libavcodec/bmp.c| 3 ++- > libavcodec/fraps.c | 4 +--- > libavcodec/g2meet.c | 11 +-- >

Re: [libav-devel] [PATCH 8/9] Use avpriv_report_missing_feature() where appropriate

2016-11-07 Thread Diego Biurrun
On Thu, Oct 27, 2016 at 08:54:59PM +0200, Diego Biurrun wrote: > --- > libavcodec/aacdec.c | 3 +-- > libavcodec/alac.c | 8 > libavcodec/bmp.c| 3 ++- > libavcodec/fraps.c | 4 +--- > libavcodec/g2meet.c | 11 +-- >

Re: [libav-devel] [PATCH 8/9] Use avpriv_report_missing_feature() where appropriate

2016-11-03 Thread Diego Biurrun
On Mon, Oct 31, 2016 at 07:36:14PM +0100, Diego Biurrun wrote: > On Thu, Oct 27, 2016 at 08:54:59PM +0200, Diego Biurrun wrote: > > --- > > libavcodec/aacdec.c | 3 +-- > > libavcodec/alac.c | 8 > > libavcodec/bmp.c| 3 ++- > > libavcodec/fraps.c

Re: [libav-devel] [PATCH 8/9] Use avpriv_report_missing_feature() where appropriate

2016-11-01 Thread Diego Biurrun
On Mon, Oct 31, 2016 at 10:54:47PM +0100, Luca Barbato wrote: > On 27/10/2016 20:54, Diego Biurrun wrote: > > av_log(avctx, AV_LOG_ERROR, "Bitrate not supported, use 6300\n"); > > Probably this one should be converted as well. IIUC only 5300 and 6300 are supported bitrates for G.723.

Re: [libav-devel] [PATCH 8/9] Use avpriv_report_missing_feature() where appropriate

2016-10-31 Thread Luca Barbato
On 27/10/2016 20:54, Diego Biurrun wrote: > av_log(avctx, AV_LOG_ERROR, "Bitrate not supported, use 6300\n"); Probably this one should be converted as well. ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 8/9] Use avpriv_report_missing_feature() where appropriate

2016-10-31 Thread Diego Biurrun
On Thu, Oct 27, 2016 at 08:54:59PM +0200, Diego Biurrun wrote: > --- > libavcodec/aacdec.c | 3 +-- > libavcodec/alac.c | 8 > libavcodec/bmp.c| 3 ++- > libavcodec/fraps.c | 4 +--- > libavcodec/g2meet.c | 11 +-- >

[libav-devel] [PATCH 8/9] Use avpriv_report_missing_feature() where appropriate

2016-10-27 Thread Diego Biurrun
--- libavcodec/aacdec.c | 3 +-- libavcodec/alac.c | 8 libavcodec/bmp.c| 3 ++- libavcodec/fraps.c | 4 +--- libavcodec/g2meet.c | 11 +-- libavcodec/g723_1enc.c | 3 ++- libavcodec/h264_ps.c| 5 ++---