summaryrefslogtreecommitdiffstats
path: root/video/decode/vd.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/vd.c')
-rw-r--r--video/decode/vd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/decode/vd.c b/video/decode/vd.c
index 31b40e46da..6112c48d33 100644
--- a/video/decode/vd.c
+++ b/video/decode/vd.c
@@ -216,7 +216,6 @@ int mpcodecs_config_vo(sh_video_t *sh, int w, int h,
vocfg_flags = (opts->fullscreen ? VOFLAG_FULLSCREEN : 0)
| (opts->vidmode ? VOFLAG_MODESWITCHING : 0)
- | (opts->softzoom ? VOFLAG_SWSCALE : 0)
| (opts->flip ? VOFLAG_FLIPPING : 0);
// Time to config libvo!