[FFmpeg-devel] [PATCH 3/4] V13 - SCTE-35 support in hlsenc

Carlos Fernandez Sanz carlos at ccextractor.org
Sun Oct 16 20:59:13 EEST 2016


On Sat, Oct 15, 2016 at 1:44 AM, Anssi Hannula <anssi.hannula at iki.fi> wrote:
>
> Function pointers are not useful here as they always point to the same
> functions.

Function pointer are kept there so that scte_35.c function are not
exposed to users using ffmpeg library.
>
> Also, the members of this "interface" struct seem to be mostly scte_35.c
> internal stuff that shouldn't be in a header.

The scte35_interface keeps the context of scte35 and we need to make
an instance of it in hlsenc.

All other things corrected (I think) - will send a patch soon. Thanks!

Carlos


More information about the ffmpeg-devel mailing list