On Wed, Dec 17, 2014 at 11:53:10PM +0530, Anshul wrote: > Hi > > I was doing development of scte-35 message cue in ffmpeg. > > I have attached a draft patch. > > I would like to have some comments of this community. > -Anshul
> libavcodec/Makefile | 2 ++ > libavcodec/allcodecs.c | 2 ++ > libavcodec/avcodec.h | 1 + > libavcodec/codec_desc.c | 6 ++++++ > libavformat/mpegts.c | 40 +++++++++++++++++++++++++++++++++------- > 5 files changed, 44 insertions(+), 7 deletions(-) > 4b584484a54a78c130c4bbaa48c38551b3ca75fb > 0001-trying-muxing-demuxing-of-scte_35-message-cue.patch > From 2ff4edfdeae131df72ea19005eb6ad85d5332f7c Mon Sep 17 00:00:00 2001 > From: Anshul Maheshwari <anshul.ffm...@gmail.com> > Date: Wed, 17 Dec 2014 22:13:10 +0530 > Subject: [PATCH] trying muxing demuxing of scte_35 message cue > > --- > libavcodec/Makefile | 2 ++ > libavcodec/allcodecs.c | 2 ++ > libavcodec/avcodec.h | 1 + > libavcodec/codec_desc.c | 6 ++++++ > libavformat/mpegts.c | 40 +++++++++++++++++++++++++++++++++------- > 5 files changed, 44 insertions(+), 7 deletions(-) > > diff --git a/libavcodec/Makefile b/libavcodec/Makefile > index b35a796..9d2a49f 100644 > --- a/libavcodec/Makefile > +++ b/libavcodec/Makefile > @@ -408,6 +408,7 @@ OBJS-$(CONFIG_SAMI_DECODER) += samidec.o ass.o > OBJS-$(CONFIG_S302M_DECODER) += s302m.o > OBJS-$(CONFIG_S302M_ENCODER) += s302menc.o > OBJS-$(CONFIG_SANM_DECODER) += sanm.o > +OBJS-$(CONFIG_SCTE_35_DECODER) += scte_35.o this patch doesnt contain a scte_35.c did you forget git add ? [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel