]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dashdec.c
lavf: Constify AVInputFormat pointer.
[ffmpeg] / libavformat / dashdec.c
index 89acd5807d42214bf181a7819f6489b79d355739..f8006836c26e09826b1f931284f18d9a0d88bea6 100644 (file)
@@ -1851,7 +1851,7 @@ static void close_demux_for_component(struct representation *pls)
 static int reopen_demux_for_component(AVFormatContext *s, struct representation *pls)
 {
     DASHContext *c = s->priv_data;
-    AVInputFormat *in_fmt = NULL;
+    ff_const59 AVInputFormat *in_fmt = NULL;
     AVDictionary  *in_fmt_opts = NULL;
     uint8_t *avio_ctx_buffer  = NULL;
     int ret = 0, i;