]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggdec.h
avutil/buffer: Switch AVBuffer API to size_t
[ffmpeg] / libavformat / oggdec.h
index 629a1d62628e42d06dffef3a522c5179c3207357..4cce53de4150b1d66cdcc914cabef7ec2d372697 100644 (file)
@@ -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;
+    size_t new_metadata_size;
     void *private;
 };