X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Ff_loop.c;h=15f6076a678cd9a9d56ba8cc77c3335c01bd524d;hb=a04ad248a05e7b613abe09b3bb067f555108d794;hp=0a029f0104cbf7d25e53c2e12c727c8e29cd26f2;hpb=85ba17f36dbfde1baeaa47e14d30c337add52c0d;p=ffmpeg diff --git a/libavfilter/f_loop.c b/libavfilter/f_loop.c index 0a029f0104c..15f6076a678 100644 --- a/libavfilter/f_loop.c +++ b/libavfilter/f_loop.c @@ -281,7 +281,7 @@ static const AVFilterPad aoutputs[] = { { NULL } }; -AVFilter ff_af_aloop = { +const AVFilter ff_af_aloop = { .name = "aloop", .description = NULL_IF_CONFIG_SMALL("Loop audio samples."), .priv_size = sizeof(LoopContext), @@ -454,7 +454,7 @@ static const AVFilterPad outputs[] = { { NULL } }; -AVFilter ff_vf_loop = { +const AVFilter ff_vf_loop = { .name = "loop", .description = NULL_IF_CONFIG_SMALL("Loop video frames."), .priv_size = sizeof(LoopContext),