]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggdec.h
avutil/buffer: Switch AVBuffer API to size_t
[ffmpeg] / libavformat / oggdec.h
index e2057c46f6a919bcd30a35baa8960ae16d8e5835..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;
 };
 
@@ -115,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;