[FFmpeg-devel] [PATCH 3/4] v5 - SCTE-35 support in hlsenc
Michael Niedermayer
michael at niedermayer.cc
Tue Aug 16 16:39:15 EEST 2016
On Mon, Aug 15, 2016 at 10:47:49AM -0700, Carlos Fernandez Sanz wrote:
> From: Carlos Fernandez <carlos at ccextractor.org>
>
> Signed-off-by: Carlos Fernandez <carlos at ccextractor.org>
> ---
> libavformat/Makefile | 2 +-
> libavformat/hlsenc.c | 107 ++++++++--
> libavformat/scte_35.c | 525 ++++++++++++++++++++++++++++++++++++++++++++++++++
> libavformat/scte_35.h | 86 +++++++++
> 4 files changed, 698 insertions(+), 22 deletions(-)
> create mode 100644 libavformat/scte_35.c
> create mode 100644 libavformat/scte_35.h
seems to break build
libavformat/scte_35.c: In function ‘ff_alloc_scte35_parser’:
libavformat/scte_35.c:511:30: error: ‘get_event_cache’ undeclared (first use in this function)
libavformat/scte_35.c:511:30: note: each undeclared identifier is reported only once for each function it appears in
libavformat/scte_35.c: In function ‘ff_delete_scte35_parser’:
libavformat/scte_35.c:523:30: error: ‘struct scte_35_interface’ has no member named ‘avbstrr’
libavformat/scte_35.c: At top level:
libavformat/scte_35.c:480:30: warning: ‘update_event_state’ defined but not used [-Wunused-function]
libavformat/hlsenc.c: In function ‘hls_write_packet’:
libavformat/hlsenc.c:895:36: error: ‘struct scte_35_interface’ has no member named ‘update_event_state’
make: *** [libavformat/scte_35.o] Error 1
make: *** [libavformat/hlsenc.o] Error 1
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The real ebay dictionary, page 1
"Used only once" - "Some unspecified defect prevented a second use"
"In good condition" - "Can be repaird by experienced expert"
"As is" - "You wouldnt want it even if you were payed for it, if you knew ..."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160816/bb0fc0aa/attachment.sig>
More information about the ffmpeg-devel
mailing list