X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foggdec.h;h=bf982bfe1c5ba15dcd3f5e871faaaa0afa5ef6cb;hb=985c0dac674846721ec8ff23344c16ac7d1c9a1e;hp=4a2b6ddee8ff02aaeb489467a6f6fe319606eacf;hpb=1f1ec958f6c68a5ceafea206a99c895f62d0f3ec;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;