summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_rotate.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_rotate.c')
-rw-r--r--video/filter/vf_rotate.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/video/filter/vf_rotate.c b/video/filter/vf_rotate.c
index 05673d76ce..58cac932ff 100644
--- a/video/filter/vf_rotate.c
+++ b/video/filter/vf_rotate.c
@@ -125,12 +125,9 @@ static int vf_open(vf_instance_t *vf, char *args){
}
const vf_info_t vf_info_rotate = {
- "rotate",
- "rotate",
- "A'rpi",
- "",
- vf_open,
- NULL
+ .description = "rotate",
+ .name = "rotate",
+ .open = vf_open,
};
//===========================================================================//