From b53cde48bdc807fe5126eee7dc116812c6607974 Mon Sep 17 00:00:00 2001 From: David Conrad Date: Fri, 12 Mar 2010 05:16:44 +0000 Subject: oggdec: Metadata is per-stream; don't merge multiple streams' together Originally committed as revision 22473 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/oggdec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/oggdec.h') diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index 739e4ca346..2f3a6f3d07 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -115,7 +115,7 @@ extern const struct ogg_codec ff_vorbis_codec; extern const AVMetadataConv ff_vorbiscomment_metadata_conv[]; -int ff_vorbis_comment(AVFormatContext *ms, uint8_t *buf, int size); +int ff_vorbis_comment(AVFormatContext *ms, AVMetadata **m, uint8_t *buf, int size); static inline int ogg_find_stream (struct ogg * ogg, int serial) -- cgit v1.2.3