summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_flip.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_flip.c')
-rw-r--r--video/filter/vf_flip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/filter/vf_flip.c b/video/filter/vf_flip.c
index 121503c976..b8d2159196 100644
--- a/video/filter/vf_flip.c
+++ b/video/filter/vf_flip.c
@@ -34,7 +34,6 @@ static int config(struct vf_instance *vf, int width, int height,
int d_width, int d_height,
unsigned int flags, unsigned int outfmt)
{
- flags &= ~VOFLAG_FLIPPING; // remove the VO flip flag
return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt);
}