From ed3f0c3e4b91b672b3a16ef884cd5a4ec3f6a12c Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 2 Aug 2012 02:51:33 +0200 Subject: vf: remove VFCAP_FLIPPED and VFCAP_CONSTANT These were unused. --- libmpcodecs/vd.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libmpcodecs/vd.c') diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c index e7a497009a..a9dbbf2fe6 100644 --- a/libmpcodecs/vd.c +++ b/libmpcodecs/vd.c @@ -243,8 +243,6 @@ int mpcodecs_config_vo2(sh_video_t *sh, int w, int h, if (!(sh->codec->outflags[j] & CODECS_FLAG_NOFLIP)) opts->flip = 1; } - if (sh->output_flags & VFCAP_FLIPPED) - opts->flip ^= 1; if (opts->flip && !(sh->output_flags & VFCAP_FLIP)) { // we need to flip, but no flipping filter avail. vf_add_before_vo(&vf, "flip", NULL); -- cgit v1.2.3