]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/yop.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / yop.c
index 0d8d9f2ff7cc38dba6e3c282f21226fa44c3e57e..8ecdc654a920faf47a9f327a611dc01196ba1ab6 100644 (file)
@@ -204,7 +204,7 @@ static int yop_read_seek(AVFormatContext *s, int stream_index,
     return 0;
 }
 
-AVInputFormat ff_yop_demuxer = {
+const AVInputFormat ff_yop_demuxer = {
     .name           = "yop",
     .long_name      = NULL_IF_CONFIG_SMALL("Psygnosis YOP"),
     .priv_data_size = sizeof(YopDecContext),