]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/r3d.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / r3d.c
index 9de0fb52c7a3428f11f74233094aeb67406292b6..004efac3557a0163696f66a2504f5cb85b7812ac 100644 (file)
@@ -400,7 +400,7 @@ static int r3d_seek(AVFormatContext *s, int stream_index, int64_t sample_time, i
     return 0;
 }
 
-AVInputFormat ff_r3d_demuxer = {
+const AVInputFormat ff_r3d_demuxer = {
     .name           = "r3d",
     .long_name      = NULL_IF_CONFIG_SMALL("REDCODE R3D"),
     .priv_data_size = sizeof(R3DContext),