summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_pp.c')
-rw-r--r--video/filter/vf_pp.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/video/filter/vf_pp.c b/video/filter/vf_pp.c
index 2112685c4b..c34252a3ef 100644
--- a/video/filter/vf_pp.c
+++ b/video/filter/vf_pp.c
@@ -166,12 +166,9 @@ static int vf_open(vf_instance_t *vf, char *args){
}
const vf_info_t vf_info_pp = {
- "postprocessing",
- "pp",
- "A'rpi",
- "",
- vf_open,
- NULL
+ .description = "postprocessing",
+ .name = "pp",
+ .open = vf_open,
};
//===========================================================================//