]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/codec2.c
hlsenc: Add option to set custom HTTP headers
[ffmpeg] / libavformat / codec2.c
index 28dbbd8176f443f7fa9c87a4571f7aa6b3f0922a..0d7c488587d67c4d7c892f1824446fc2537fd3d6 100644 (file)
@@ -43,7 +43,7 @@ typedef struct {
     int frames_per_packet;
 } Codec2Context;
 
-static int codec2_probe(AVProbeData *p)
+static int codec2_probe(const AVProbeData *p)
 {
     //must start wih C0 DE C2
     if (AV_RB24(p->buf) != AVPRIV_CODEC2_MAGIC) {