[FFmpeg-devel] [PATCH] examples: add remuxing example
Stefano Sabatini
stefasab at gmail.com
Sun Jan 19 14:26:22 CET 2014
On date Sunday 2014-01-19 13:49:40 +0100, Clément Bœsch encoded:
> On Sun, Jan 19, 2014 at 01:47:01PM +0100, Stefano Sabatini wrote:
> > Show how to perform streamcopy from one container to another.
> > ---
> > doc/examples/Makefile | 1 +
> > doc/examples/remuxing.c | 164 ++++++++++++++++++++++++++++++++++++++++++++++++
> > 2 files changed, 165 insertions(+)
> > create mode 100644 doc/examples/remuxing.c
> >
> > diff --git a/doc/examples/Makefile b/doc/examples/Makefile
> > index f085532..a25455e 100644
> > --- a/doc/examples/Makefile
> > +++ b/doc/examples/Makefile
> > @@ -17,6 +17,7 @@ EXAMPLES= decoding_encoding \
> > filtering_audio \
> > metadata \
> > muxing \
> > + remuxing \
> > resampling_audio \
> > scaling_video \
> > transcode_aac \
>
> You need to add it in the configure and doc/Makefile as well,
> unfortunately.
>
> > diff --git a/doc/examples/remuxing.c b/doc/examples/remuxing.c
> > new file mode 100644
> > index 0000000..5bf1640
> > --- /dev/null
> > +++ b/doc/examples/remuxing.c
> > @@ -0,0 +1,164 @@
> > +/*
> > + * Copyright (c) 2013 Stefano Sabatini
> > + *
>
> Do we want to have copyrights for examples?
What's the problem with them (we have copyrights in all the examples)?
--
FFmpeg = Fierce and Fierce Magical Power Eretic Game
More information about the ffmpeg-devel
mailing list