X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fr3d.c;h=004efac3557a0163696f66a2504f5cb85b7812ac;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=9de0fb52c7a3428f11f74233094aeb67406292b6;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/r3d.c b/libavformat/r3d.c index 9de0fb52c7a..004efac3557 100644 --- a/libavformat/r3d.c +++ b/libavformat/r3d.c @@ -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),