Re: [FFmpeg-devel] [PATCH 3/4] V8 - SCTE-35 support in hlsenc

2016-09-02 Thread Steven Liu
Carlos Fernandez Sanz 于2016年9月3日 周六上午1:13写道: > On Thu, Sep 1, 2016 at 3:40 PM, Steven Liu > wrote: > > > > Maybe give a warning message and exit is a better way, if the basename is > > Checked with some users - none of them want ffmpeg to terminate due to > invalid SCTE-35 data. > > Keep in mind

Re: [FFmpeg-devel] [PATCH 3/4] V8 - SCTE-35 support in hlsenc

2016-09-01 Thread Carlos Fernandez Sanz
On Wed, Aug 31, 2016 at 4:10 PM, Steven Liu wrote: > > Overflow here Thanks - corrected in V9 (sent a couple hours ago). Looks OK other than this? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 3/4] V8 - SCTE-35 support in hlsenc

2016-08-31 Thread Steven Liu
2016-09-01 1:39 GMT+08:00 Carlos Fernandez Sanz : > From: Carlos Fernandez > > Signed-off-by: Carlos Fernandez > --- > libavformat/Makefile | 2 +- > libavformat/hlsenc.c | 110 --- > libavformat/scte_35.c | 527 ++ > > libavformat/sc