[FFmpeg-devel] [PATCH 1/5] avcodec: split off A53 Closed Caption parsing code into its own file

James Almer jamrial at gmail.com
Fri Aug 14 18:59:23 EEST 2020


On 8/10/2020 12:49 PM, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  configure             |  1 +
>  libavcodec/Makefile   |  1 +
>  libavcodec/atsc_a53.c | 76 +++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/atsc_a53.h | 39 ++++++++++++++++++++++
>  4 files changed, 117 insertions(+)
>  create mode 100644 libavcodec/atsc_a53.c
>  create mode 100644 libavcodec/atsc_a53.h

Will apply patchset soon.


More information about the ffmpeg-devel mailing list