X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foggdec.h;h=184a628622c39eb9d4beb51b5fedf1d5f5cca50e;hb=ec1ce86e7f7cf88dac5d4c00d7d5851e1202d6e2;hp=7d66cd563817fd5bb64e008964d8f245138b5837;hpb=8f3eebd663b4d775b001a6924eec3efdc473821d;p=ffmpeg diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index 7d66cd56381..184a628622c 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -98,6 +98,7 @@ struct ogg { #define OGG_FLAG_BOS 2 #define OGG_FLAG_EOS 4 +extern const struct ogg_codec ff_celt_codec; extern const struct ogg_codec ff_dirac_codec; extern const struct ogg_codec ff_flac_codec; extern const struct ogg_codec ff_ogm_audio_codec; @@ -111,7 +112,7 @@ extern const struct ogg_codec ff_speex_codec; extern const struct ogg_codec ff_theora_codec; extern const struct ogg_codec ff_vorbis_codec; -int ff_vorbis_comment(AVFormatContext *ms, AVMetadata **m, const uint8_t *buf, int size); +int ff_vorbis_comment(AVFormatContext *ms, AVDictionary **m, const uint8_t *buf, int size); static inline int ogg_find_stream (struct ogg * ogg, int serial)