[FFmpeg-devel] [PATCH] avcodec/aptx: split decoder and encoder into separate files
James Almer
jamrial at gmail.com
Thu Feb 6 04:13:33 EET 2020
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 <jamrial at gmail.com>
>> ---
>> 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 ++++++++++++++
>> libavcodec/aptxenc.c | 271 ++++++++++++++++++
>> 5 files changed, 709 insertions(+), 631 deletions(-)
>> create mode 100644 libavcodec/aptx.h
>> create mode 100644 libavcodec/aptxdec.c
>> create mode 100644 libavcodec/aptxenc.c
>
> Will push this soon if there are no objections.
Pushed.
More information about the ffmpeg-devel
mailing list