[FFmpeg-devel] [PATCH 3/3] Export metadata in the generic format.

Michael Niedermayer michaelni
Tue Oct 12 21:12:31 CEST 2010


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:
> > 
> > thats a strange place for it one would expect it at the end of the header
> > reading code
> > 
> > 
> [...]
> > 
> > same as asf odd place, there could be multipl info tags
> > and the same applies to other changes too
> > 
> Better now?
> 
> I've also removed the conv tables from (de)muxers completely instead of
> just ifdefing them, since NULL is also a perfeclty valid conv table.
[...]
> diff --git a/libavformat/metadata.c b/libavformat/metadata.c
> index 8fc1771..713304b 100644
> --- a/libavformat/metadata.c
> +++ b/libavformat/metadata.c
> @@ -140,8 +140,8 @@ void metadata_conv(AVMetadata **pm, const AVMetadataConv *d_conv,
>      *pm = dst;
>  }
>  
> -void av_metadata_conv(AVFormatContext *ctx, const AVMetadataConv *d_conv,
> -                                            const AVMetadataConv *s_conv)
> +void metadata_conv_ctx(AVFormatContext *ctx, const AVMetadataConv *d_conv,

ff_ prefix



[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope
-------------- 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/20101012/004ec53d/attachment.pgp>



More information about the ffmpeg-devel mailing list