X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_tinterlace.c;h=40d8879871030b44c3a03ac4be2dde9a636b47e4;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=542b66898e7a39c4a796a19b53e042fce9dc218c;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/vf_tinterlace.c b/libavfilter/vf_tinterlace.c index 542b66898e7..40d88798710 100644 --- a/libavfilter/vf_tinterlace.c +++ b/libavfilter/vf_tinterlace.c @@ -555,7 +555,7 @@ static const AVFilterPad tinterlace_outputs[] = { { NULL } }; -AVFilter ff_vf_tinterlace = { +const AVFilter ff_vf_tinterlace = { .name = "tinterlace", .description = NULL_IF_CONFIG_SMALL("Perform temporal field interlacing."), .priv_size = sizeof(TInterlaceContext), @@ -567,7 +567,7 @@ AVFilter ff_vf_tinterlace = { }; -AVFilter ff_vf_interlace = { +const AVFilter ff_vf_interlace = { .name = "interlace", .description = NULL_IF_CONFIG_SMALL("Convert progressive video into interlaced."), .priv_size = sizeof(TInterlaceContext),