From 01c2a013f89f708176662dbe2761bcb1378cf9c5 Mon Sep 17 00:00:00 2001 From: attila Date: Sun, 18 Mar 2007 11:04:47 +0000 Subject: cosmetics, fix indentation git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22712 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/mga_common.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'libvo') diff --git a/libvo/mga_common.c b/libvo/mga_common.c index b9e8e0e8f1..c69eb1e4f2 100644 --- a/libvo/mga_common.c +++ b/libvo/mga_common.c @@ -410,13 +410,13 @@ static int mga_init(int width,int height,unsigned int format){ // at this high resolution } } else { - // configure mga_vid in case resolution is < 1024x1024 too - if (ioctl(f,MGA_VID_CONFIG,&mga_vid_config)) - { - perror("Error in mga_vid_config ioctl()"); - mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_MGA_IncompatibleDriverVersion); - return -1; - } + // configure mga_vid in case resolution is < 1024x1024 too + if (ioctl(f,MGA_VID_CONFIG,&mga_vid_config)) + { + perror("Error in mga_vid_config ioctl()"); + mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_MGA_IncompatibleDriverVersion); + return -1; + } } mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_MGA_UsingBuffers,mga_vid_config.num_frames); -- cgit v1.2.3