]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/libgme.c
ffprobe: do not use deprecated AVStream.codec for max bitrate
[ffmpeg] / libavformat / libgme.c
index 228273dc90f2b3f7d53da9ebd94e58f1ee9a1678..e6c56c4872900b159f76c026ff2d954b443c4284 100644 (file)
@@ -169,7 +169,7 @@ static int read_seek_gme(AVFormatContext *s, int stream_idx, int64_t ts, int fla
     return 0;
 }
 
-static int probe_gme(AVProbeData *p)
+static int probe_gme(const AVProbeData *p)
 {
     // Reads 4 bytes - returns "" if unknown format.
     if (gme_identify_header(p->buf)[0]) {