]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/astdec.c
avformat/mux: Fix leaks on error when writing noninterleaved uncoded frames
[ffmpeg] / libavformat / astdec.c
index 4ba08c21807d3c4049400b5c22b9dba634e0d489..9d2174f70d616f7dd368ec563caa5cc8f1ee6dbb 100644 (file)
@@ -25,7 +25,7 @@
 #include "internal.h"
 #include "ast.h"
 
-static int ast_probe(AVProbeData *p)
+static int ast_probe(const AVProbeData *p)
 {
     if (AV_RL32(p->buf) != MKTAG('S','T','R','M'))
         return 0;