[FFmpeg-devel] [PATCH] Add IFF metadata handling

Anton Khirnov wyskas
Fri Apr 30 14:24:15 CEST 2010


On Fri, Apr 30, 2010 at 02:14:03PM +0200, Sebastian Vater wrote:
> +
> +        case ID_AUTH:
> +            buf = get_metadata(pb, data_size);
> +            if (!buf)
> +                break;
> +            av_metadata_set2(&s->metadata, "author", buf, AV_METADATA_DONT_STRDUP_VAL);
> +            break;
Correct generic tagname is 'artist', see list in avformat.h. (or add a
conv table)

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/20100430/c5c88fd1/attachment.pgp>



More information about the ffmpeg-devel mailing list