[FFmpeg-devel] [PATCH 2/3] Metadata muxer

Stefano Sabatini stefano.sabatini-lala
Tue Dec 21 13:25:59 CET 2010


On date Tuesday 2010-12-21 13:17:52 +0100, Anton Khirnov encoded:
> On Sun, Dec 19, 2010 at 03:04:45PM +0100, Stefano Sabatini wrote:
> > On date Wednesday 2010-12-15 13:15:13 +0100, Anton Khirnov encoded:
> > > Dumps all metadata to a text file for easy manual editing.
> > > ---
> > >  doc/ffmetadata.txt       |   50 ++++++++++++++++++++++
> > >  doc/general.texi         |    2 +
> > >  libavformat/Makefile     |    1 +
> > >  libavformat/allformats.c |    1 +
> > >  libavformat/meta.h       |   29 +++++++++++++
> > >  libavformat/metaenc.c    |  102 ++++++++++++++++++++++++++++++++++++++++++++++
> > >  6 files changed, 185 insertions(+), 0 deletions(-)
> > >  create mode 100644 doc/ffmetadata.txt
> > >  create mode 100644 libavformat/meta.h
> > >  create mode 100644 libavformat/metaenc.c
> > > 
> > > diff --git a/doc/ffmetadata.txt b/doc/ffmetadata.txt
> > > new file mode 100644
> > > index 0000000..d1a545a
> > > --- /dev/null
> > > +++ b/doc/ffmetadata.txt
> > 
> > Uhm what about adding a demuxers.texi and muxers.texi file?
> I don't see your point, could you elaborate?

I mean that you're implementing a muxer, so I'd expect the its
documentation stay in a muxers dedicated file, muxers.texi, like it is
done with indevs, outdevs, filters, bitstream filters, etc.

Regards.
-- 
FFmpeg = Frightening and Fierce Minimal Puristic Extravagant Genius



More information about the ffmpeg-devel mailing list