[FFmpeg-devel] SCTE-35 development

Michael Niedermayer michaelni at gmx.at
Thu Dec 18 11:38:56 CET 2014


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.ffmpeg at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141218/016b72a8/attachment.asc>


More information about the ffmpeg-devel mailing list