X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavdevice%2Fiec61883.c;h=e7b71c757ac1597b8454a8ebb36867908a184a86;hb=d92f38c179591a608390ffa9fee59c309142e79d;hp=cafafb2672b7061ae82201269a9e30397ff3f69c;hpb=4f9a8d3fe2f9485ee08848d336ee96f15ec0e7e6;p=ffmpeg diff --git a/libavdevice/iec61883.c b/libavdevice/iec61883.c index cafafb2672b..e7b71c757ac 100644 --- a/libavdevice/iec61883.c +++ b/libavdevice/iec61883.c @@ -499,7 +499,7 @@ static const AVClass iec61883_class = { .category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT, }; -AVInputFormat ff_iec61883_demuxer = { +const AVInputFormat ff_iec61883_demuxer = { .name = "iec61883", .long_name = NULL_IF_CONFIG_SMALL("libiec61883 (new DV1394) A/V input device"), .priv_data_size = sizeof(struct iec61883_data),