]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gxf.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / gxf.c
index b787d4f521f9a3a4aa54fa2ce9cc9b1238138c64..53fa302828a71c26ed7c6228b872f70e8de7f42f 100644 (file)
@@ -599,7 +599,7 @@ static int64_t gxf_read_timestamp(AVFormatContext *s, int stream_index,
     return res;
 }
 
-AVInputFormat ff_gxf_demuxer = {
+const AVInputFormat ff_gxf_demuxer = {
     .name           = "gxf",
     .long_name      = NULL_IF_CONFIG_SMALL("GXF (General eXchange Format)"),
     .priv_data_size = sizeof(struct gxf_stream_info),