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

James Almer jamrial at gmail.com
Mon Jan 27 20:36:02 EET 2020


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.


More information about the ffmpeg-devel mailing list