summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_hqdn3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_hqdn3d.c')
-rw-r--r--video/filter/vf_hqdn3d.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/video/filter/vf_hqdn3d.c b/video/filter/vf_hqdn3d.c
index ead6bd3466..67f3c7845d 100644
--- a/video/filter/vf_hqdn3d.c
+++ b/video/filter/vf_hqdn3d.c
@@ -356,12 +356,9 @@ static int vf_open(vf_instance_t *vf, char *args){
}
const vf_info_t vf_info_hqdn3d = {
- "High Quality 3D Denoiser",
- "hqdn3d",
- "Daniel Moreno & A'rpi",
- "",
- vf_open,
- NULL
+ .description = "High Quality 3D Denoiser",
+ .name = "hqdn3d",
+ .open = vf_open,
};
//===========================================================================//