[FFmpeg-cvslog] r26101 - in trunk: Makefile doc/ffmpeg.texi doc/general.texi doc/metadata.texi libavformat/Makefile libavformat/allformats.c libavformat/meta.h libavformat/metaenc.c

Anton Khirnov anton
Tue Dec 28 10:09:03 CET 2010


On Mon, Dec 27, 2010 at 12:26:56PM +0100, Aurelien Jacobs wrote:
> On Mon, Dec 27, 2010 at 08:46:49AM +0100, elenril wrote:
> > Author: elenril
> > Date: Mon Dec 27 08:46:49 2010
> > New Revision: 26101
> > 
> > Log:
> > Metadata muxer
> > 
> > Dumps all metadata to a text file for easy manual editing.
> > 
> > Added:
> >    trunk/doc/metadata.texi
> >    trunk/libavformat/meta.h
> >    trunk/libavformat/metaenc.c
> 
> Not that I care much, but it might be better to rename those files to
> ffmeta.h and ffmetaenc.c...
> 
> > [...]
> > +
> > +AVOutputFormat ffmetadata_muxer = {
> > +    .name          = "ffmetadata",
> > +    .long_name     = NULL_IF_CONFIG_SMALL("FFmpeg metadata in text format"),
> > +    .extensions    = "ffmeta",
> 
> > +    .video_codec   = CODEC_ID_NONE,
> > +    .audio_codec   = CODEC_ID_NONE,
> 
> Those 2 lines are useless (CODEC_ID_NONE is 0).
> 
Both done.

-- 
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-cvslog/attachments/20101228/c4895608/attachment.pgp>



More information about the ffmpeg-cvslog mailing list