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

Anton Khirnov anton
Tue Dec 21 13:17:52 CET 2010


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?

-- 
Anton Khirnov
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101221/752c5ffd/attachment.pgp>



More information about the ffmpeg-devel mailing list