X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2F3dostr.c;h=6c49f7589c425ca6e59dcfa9f20c5d82df6334ed;hb=4e7e30bbe0fbe54d44cadc398d4071905d3063e8;hp=3668e5f6137d89b4a37d0c184be3e37bbaa8d888;hpb=ecb5546e97c479378e057f527cc1d79a46c31cb1;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) &&