]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dxa.c
x86/opus_dsp: rename to celt_pvq
[ffmpeg] / libavformat / dxa.c
index 50193907be1fd25f3292e6ea105045b9f10eeebc..298cda05d7db13db8ae7aee22eae0ab7cd99d2ab 100644 (file)
@@ -37,7 +37,7 @@ typedef struct DXAContext {
     int readvid;
 }DXAContext;
 
-static int dxa_probe(AVProbeData *p)
+static int dxa_probe(const AVProbeData *p)
 {
     int w, h;
     if (p->buf_size < 15)