[FFmpeg-devel] [PATCH 3/3] Export metadata in the generic format.
Michael Niedermayer
michaelni
Wed Oct 13 00:05:01 CEST 2010
On Tue, Oct 12, 2010 at 11:54:12PM +0200, Aurelien Jacobs wrote:
> On Tue, Oct 12, 2010 at 09:37:32PM +0200, Anton Khirnov wrote:
> > On Tue, Oct 12, 2010 at 09:12:31PM +0200, Michael Niedermayer wrote:
> > > On Tue, Oct 12, 2010 at 07:35:17PM +0200, Anton Khirnov wrote:
> > > > On Mon, Oct 11, 2010 at 10:33:21PM +0200, Michael Niedermayer wrote:
> > > > > On Tue, Oct 05, 2010 at 07:57:06PM +0200, Anton Khirnov wrote:
[...]
> > [...]
> > @@ -152,3 +152,9 @@ void av_metadata_conv(AVFormatContext *ctx, const AVMetadataConv *d_conv,
> > for (i=0; i<ctx->nb_programs; i++)
> > metadata_conv(&ctx->programs[i]->metadata, d_conv, s_conv);
> > }
> > +
> > +void av_metadata_conv(AVFormatContext *ctx, const AVMetadataConv *d_conv,
> > + const AVMetadataConv *s_conv)
> > +{
> > + return;
> > +}
>
> Should be inside #if FF_API_OLD_METADATA.
>
> Overall, I have a slightly bad feeling about exporting normalized
> metadata tag instead of the native one, but I don't have any objective
> reason for this, just a feeling. So if everyone is happy with this, I
> won't object.
a objective reason would help alot in solving any problems that such reason
points to ...
that said we can easily add a flag later or export both normalized and normal
sets
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If you really think that XML is the answer, then you definitly missunderstood
the question -- Attila Kinali
-------------- 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/20101013/a4ec2ce4/attachment.pgp>
More information about the ffmpeg-devel
mailing list