]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/libopenmpt.c
avutil/buffer: Switch AVBuffer API to size_t
[ffmpeg] / libavformat / libopenmpt.c
index a3342708477da1350f707fd03511419614ec9cdd..b07da5f078d1abbdd64548a2487f44f5e1f706d0 100644 (file)
@@ -218,7 +218,7 @@ static int read_seek_openmpt(AVFormatContext *s, int stream_idx, int64_t ts, int
     return 0;
 }
 
-static int probe_openmpt_extension(AVProbeData *p)
+static int probe_openmpt_extension(const AVProbeData *p)
 {
     const char *ext;
     if (p->filename) {
@@ -232,7 +232,7 @@ static int probe_openmpt_extension(AVProbeData *p)
     return 0;
 }
 
-static int read_probe_openmpt(AVProbeData *p)
+static int read_probe_openmpt(const AVProbeData *p)
 {
 #if OPENMPT_API_VERSION_AT_LEAST(0,3,0)
     int probe_result;