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