]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/src_movie.c
avformat: Constify the API wrt AV(In|Out)putFormat
[ffmpeg] / libavfilter / src_movie.c
index 5892500410dcf2cc6db88aae4cd7d7db9c882595..e449e7e0c2c1f9372c80f2d96ca3a6838c16e92d 100644 (file)
@@ -205,7 +205,7 @@ static int guess_channel_layout(MovieStream *st, int st_index, void *log_ctx)
 static av_cold int movie_common_init(AVFilterContext *ctx)
 {
     MovieContext *movie = ctx->priv;
-    AVInputFormat *iformat = NULL;
+    const AVInputFormat *iformat = NULL;
     int64_t timestamp;
     int nb_streams = 1, ret, i;
     char default_streams[16], *stream_specs, *spec, *cursor;