[FFmpeg-devel] [PATCH] Google WebP support

Aurelien Jacobs aurel
Tue Oct 19 13:30:20 CEST 2010


On Mon, Oct 18, 2010 at 07:39:40PM -0700, Pascal Massimino wrote:
> [...]
> 
> About the other webpdec.c/webpenc.c: metadata now seem to no longer works.
> AVMetadataConv have been deprecated just after i finished addiung them.
> Should i come back to manually mapping tag/metadata keys? (pretty much
> like AVMetadataConv was doing?)

No. It is not deprecated. It has been moved to internal API. So now,
your demuxer has to call ff_metadata_conv() by itself, instead of
exporting the conversion table in AVInputFormat. That's the only change
required.

Aurel



More information about the ffmpeg-devel mailing list