Re: [FFmpeg-devel] [PATCH] avcodec/aptx: split decoder and encoder into separate files

2020-02-05 Thread James Almer
On 1/27/2020 3:36 PM, James Almer wrote: > On 12/8/2019 12:11 PM, James Almer wrote: >> Signed-off-by: James Almer >> --- >> Untested beyond checking it compiles because there are no FATE tests for >> either >> module. >> >> libavcodec/Makefile | 8 +- >> libavcodec/aptx.c| 634 +-

Re: [FFmpeg-devel] [PATCH] avcodec/aptx: split decoder and encoder into separate files

2020-01-27 Thread James Almer
On 12/8/2019 12:11 PM, James Almer wrote: > Signed-off-by: James Almer > --- > Untested beyond checking it compiles because there are no FATE tests for > either > module. > > libavcodec/Makefile | 8 +- > libavcodec/aptx.c| 634 +-- > libavcodec/ap

[FFmpeg-devel] [PATCH] avcodec/aptx: split decoder and encoder into separate files

2019-12-08 Thread James Almer
Signed-off-by: James Almer --- Untested beyond checking it compiles because there are no FATE tests for either module. libavcodec/Makefile | 8 +- libavcodec/aptx.c| 634 +-- libavcodec/aptx.h| 221 +++ libavcodec/aptxdec.c | 206 +++