]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/f_select.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavfilter / f_select.c
index 60cc311e5fdce371ebeaed3938ad1158834099f8..ec84da8a8496052727d9403a9c47ea993019a615 100644 (file)
@@ -476,7 +476,7 @@ static const AVFilterPad avfilter_af_aselect_inputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_af_aselect = {
+AVFilter ff_af_aselect = {
     .name        = "aselect",
     .description = NULL_IF_CONFIG_SMALL("Select audio frames to pass in output."),
     .init        = aselect_init,
@@ -519,7 +519,7 @@ static const AVFilterPad avfilter_vf_select_inputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_vf_select = {
+AVFilter ff_vf_select = {
     .name          = "select",
     .description   = NULL_IF_CONFIG_SMALL("Select video frames to pass in output."),
     .init          = select_init,