Mercurial > mplayer.hg
changeset 22694:595f9fb80827
cosmetics, fix indentation
author | attila |
---|---|
date | Sun, 18 Mar 2007 11:04:47 +0000 |
parents | b73dca7dbb0f |
children | f37a3ef2685e |
files | libvo/mga_common.c |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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);