Re: [FFmpeg-devel] [PATCH] aptx: add codec cap SMALL_LAST_FRAME and INIT_THREADSAFE as appropriate

2017-12-17 Thread Rostislav Pehlivanov
On 17 December 2017 at 22:06, Aurelien Jacobs wrote: > --- > libavcodec/aptx.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/libavcodec/aptx.c b/libavcodec/aptx.c > index d09ce8f838..a35d2861c1 100644 > --- a/libavcodec/aptx.c > +++ b/libavcodec/aptx.c > @@ -836,6 +836,7 @@ AVCodec

[FFmpeg-devel] [PATCH] aptx: add codec cap SMALL_LAST_FRAME and INIT_THREADSAFE as appropriate

2017-12-17 Thread Aurelien Jacobs
--- libavcodec/aptx.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/aptx.c b/libavcodec/aptx.c index d09ce8f838..a35d2861c1 100644 --- a/libavcodec/aptx.c +++ b/libavcodec/aptx.c @@ -836,6 +836,7 @@ AVCodec ff_aptx_decoder = { .decode= aptx_decode_frame,