X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foggdec.h;fp=libavformat%2Foggdec.h;h=4cce53de4150b1d66cdcc914cabef7ec2d372697;hb=ef6a9e5e311f09fa8032974fa4d0c1e166a959bb;hp=bf982bfe1c5ba15dcd3f5e871faaaa0afa5ef6cb;hpb=985c0dac674846721ec8ff23344c16ac7d1c9a1e;p=ffmpeg diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index bf982bfe1c5..4cce53de415 100644 --- a/libavformat/oggdec.h +++ b/libavformat/oggdec.h @@ -87,7 +87,7 @@ struct ogg_stream { 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; - buffer_size_t new_metadata_size; + size_t new_metadata_size; void *private; };