X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foggdec.h;h=bf982bfe1c5ba15dcd3f5e871faaaa0afa5ef6cb;hb=930391e5988abe126d29c5e9b09fab459e0b8936;hp=4a2b6ddee8ff02aaeb489467a6f6fe319606eacf;hpb=f05f210526a3dc2d9fa6b1c228e3907ebd1d43c6;p=ffmpeg diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index 4a2b6ddee8f..bf982bfe1c5 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -84,9 +84,10 @@ struct ogg_stream { int got_start; int got_data; ///< 1 if the stream got some data (non-initial packets), 0 otherwise int nb_header; ///< set to the number of parsed headers + int start_trimming; ///< set the number of packets to drop from the start int end_trimming; ///< set the number of packets to drop from the end uint8_t *new_metadata; - unsigned int new_metadata_size; + buffer_size_t new_metadata_size; void *private; }; @@ -114,7 +115,6 @@ struct ogg { #define OGG_NOGRANULE_VALUE (-1ull) extern const struct ogg_codec ff_celt_codec; -extern const struct ogg_codec ff_daala_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;