[FFmpeg-devel] [PATCH 2/3] Metadata muxer
Anton Khirnov
anton
Mon Dec 27 08:52:59 CET 2010
On Sun, Dec 26, 2010 at 10:09:40PM +0100, Aurelien Jacobs wrote:
> On Sun, Dec 26, 2010 at 08:30:42PM +0100, Anton Khirnov wrote:
> > [...]
> > +AVOutputFormat ffmetadata_muxer = {
> > + "ffmetadata",
> > + NULL_IF_CONFIG_SMALL("FFmpeg metadata in text format"),
> > + NULL,
> > + "ffmeta",
> > + 0,
> > + CODEC_ID_NONE,
> > + CODEC_ID_NONE,
> > + write_header,
> > + write_packet,
> > + write_trailer,
> > + .flags = AVFMT_NOTIMESTAMPS | AVFMT_NOSTREAMS,
> > +};
>
> Using designated initializers with nice vertical alignment would be
> appreciated (same applies to the demuxer).
> (no need to resend the patchset for this)
>
All three patches applied with this change.
Thanks for your comments.
--
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/20101227/268ce6ba/attachment.pgp>
More information about the ffmpeg-devel
mailing list