summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-18 11:04:47 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-18 11:04:47 +0000
commit01c2a013f89f708176662dbe2761bcb1378cf9c5 (patch)
tree03701993d7ced42c5d838c159b9147a7fef59a70
parent15121545ddaa0391793602b61d6ca9db738b51f9 (diff)
downloadmpv-01c2a013f89f708176662dbe2761bcb1378cf9c5.tar.bz2
mpv-01c2a013f89f708176662dbe2761bcb1378cf9c5.tar.xz
cosmetics, fix indentation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22712 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libvo/mga_common.c14
1 files changed, 7 insertions, 7 deletions
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);