[FFmpeg-devel] [PATCH] Google WebP support

Pascal Massimino pascal.massimino
Tue Oct 19 19:34:23 CEST 2010


Aurelien,

On Tue, Oct 19, 2010 at 4:30 AM, Aurelien Jacobs <aurel at gnuage.org> wrote:

> 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.
>

actually, i don't need to change stream->metadata to use native tag (since
i'd need to convert back to generic down the line afterward. And it's just
about
putting the tags on the wire so i shouldn't change the object's generic tag
i'd say).
$attached?

skal
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch_webp_ffmpeg.5.diff
Type: text/x-diff
Size: 11889 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101019/62fcbec4/attachment.diff>



More information about the ffmpeg-devel mailing list