On Mon, Aug 15, 2016 at 10:47:49AM -0700, Carlos Fernandez Sanz wrote: > From: Carlos Fernandez <car...@ccextractor.org> > > Signed-off-by: Carlos Fernandez <car...@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 ..."
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel