OSDN Git Service

Ogg: discard non-essential metadata from Vorbis header when creating extradata
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 31 Jan 2011 19:16:38 +0000 (19:16 +0000)
committerMans Rullgard <mans@mansr.com>
Mon, 31 Jan 2011 20:21:26 +0000 (20:21 +0000)
commit8cb3c557a9f3b24bc55325e3f64a2150b983305c
tree859dbc16b485cb652013ec1c0f745158ae799ddb
parent740ad0d14d1eca7319a34866e896ad93cd65b9e9
Ogg: discard non-essential metadata from Vorbis header when creating extradata

The first part of the metadata, the "vendor" string, is required by
libvorbis, it will refuse to play when it is not available.
Also we do not currently parse that part into metadata so it would also
be lost if we removed it as well.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/oggparsevorbis.c