]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/luodatdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / luodatdec.c
index 3ec494a9119755107a4b454007b2d5f70af17f4d..fbd621dae66d816ac5ce65e2ec07c06eefc82361 100644 (file)
@@ -115,7 +115,7 @@ static int dat_read_packet(AVFormatContext *s, AVPacket *pkt)
     return ret;
 }
 
-AVInputFormat ff_luodat_demuxer = {
+const AVInputFormat ff_luodat_demuxer = {
     .name           = "luodat",
     .long_name      = NULL_IF_CONFIG_SMALL("Video CCTV DAT"),
     .read_probe     = dat_probe,