# HG changeset patch # User attila # Date 1174215887 0 # Node ID 595f9fb8082791543eef690c5ef3fc455d76b19e # Parent b73dca7dbb0fd6fe0200e9b446f5ce365ff952d6 cosmetics, fix indentation diff -r b73dca7dbb0f -r 595f9fb80827 libvo/mga_common.c --- a/libvo/mga_common.c Sun Mar 18 11:03:34 2007 +0000 +++ b/libvo/mga_common.c Sun Mar 18 11:04:47 2007 +0000 @@ -410,13 +410,13 @@ // 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);