X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2F3dostr.c;h=6c49f7589c425ca6e59dcfa9f20c5d82df6334ed;hb=5f64f6058e0c23641a68ce7dfe47b1f55efd401c;hp=3668e5f6137d89b4a37d0c184be3e37bbaa8d888;hpb=73d193d1d0ff62a029a905d1404c0fd357f4c880;p=ffmpeg diff --git a/libavformat/3dostr.c b/libavformat/3dostr.c index 3668e5f6137..6c49f7589c4 100644 --- a/libavformat/3dostr.c +++ b/libavformat/3dostr.c @@ -22,7 +22,7 @@ #include "avformat.h" #include "internal.h" -static int threedostr_probe(AVProbeData *p) +static int threedostr_probe(const AVProbeData *p) { if (memcmp(p->buf, "CTRL", 4) && memcmp(p->buf, "SHDR", 4) &&