From a46d7819051e0e8c61017e75a0389389ae810ca4 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 17 Mar 2021 19:31:45 +0100 Subject: avcodec/packet: Also change av_packet_pack/unpack_dictionary to size_t These are auxiliary side-data functions, so they should have been switched to size_t in d79e0fe65c51491f9bf8a470bbe36fb09f3e1280, but this has been forgotten. Reviewed-by: James Almer Signed-off-by: Andreas Rheinhardt --- libavformat/oggdec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/oggdec.h') diff --git a/libavformat/oggdec.h b/libavformat/oggdec.h index 629a1d6262..bf982bfe1c 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; - unsigned int new_metadata_size; + buffer_size_t new_metadata_size; void *private; }; -- cgit v1.2.3