]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggdec.h
Merge commit 'db68ef898a3802e51b6f41fd600d0d46d058e3f8'
[ffmpeg] / libavformat / oggdec.h
index 22647e131f35a706cc98a5959f5db8ff98484103..7dc7716036a73a13f2936d1f39215104ce918d9b 100644 (file)
@@ -132,6 +132,9 @@ extern const struct ogg_codec ff_vp8_codec;
 int ff_vorbis_comment(AVFormatContext *ms, AVDictionary **m,
                       const uint8_t *buf, int size, int parse_picture);
 
+int ff_vorbis_stream_comment(AVFormatContext *as, AVStream *st,
+                             const uint8_t *buf, int size);
+
 static inline int
 ogg_find_stream (struct ogg * ogg, int serial)
 {