Re: [FFmpeg-devel] [PATCH 2/2] v4 - SCTE-35 support in hlsenc
On Mon, Aug 08, 2016 at 11:45:38AM -0700, Carlos Fernandez Sanz wrote: [...] > @@ -349,11 +359,25 @@ static int hls_append_segment(struct AVFormatContext > *s, HLSContext *hls, double > else > en->sub_filename[0] = '\0'; > > -en->duration = duration; > -en->pos = pos;
[FFmpeg-devel] [PATCH 2/2] v4 - SCTE-35 support in hlsenc
From: carlos Signed-off-by: carlos --- libavformat/Makefile | 2 +- libavformat/hlsenc.c | 110 +--- libavformat/scte_35.c | 482 ++ libavformat/scte_35.h | 76 4 files changed, 646 insertions(+), 24 deletions(-) create mode