From dbb001bae23b18295014c9fc925538902f956c35 Mon Sep 17 00:00:00 2001 From: henry Date: Mon, 18 Apr 2005 15:52:38 +0000 Subject: replace VO and VF numeric flags with #defined identifiers git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15213 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_fbdev2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/vo_fbdev2.c') diff --git a/libvo/vo_fbdev2.c b/libvo/vo_fbdev2.c index 630139a6e7..7468e0bd4d 100644 --- a/libvo/vo_fbdev2.c +++ b/libvo/vo_fbdev2.c @@ -208,7 +208,7 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t format) { struct fb_cmap *cmap; - int fs = flags & 0x01; + int fs = flags & VOFLAG_FULLSCREEN; out_width = width; out_height = height; -- cgit v1.2.3