Mercurial > mplayer.hg
changeset 2554:db9d31c4bf4c
print 'sw convertor usage' without verbosing
author | nick |
---|---|
date | Tue, 30 Oct 2001 16:47:27 +0000 |
parents | db0d4caf5e47 |
children | 66837325b929 |
files | libvo/vo_vesa.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_vesa.c Tue Oct 30 16:17:38 2001 +0000 +++ b/libvo/vo_vesa.c Tue Oct 30 16:47:27 2001 +0000 @@ -594,7 +594,7 @@ printf("vo_vesa: Can't convert %u to %u\n",image_bpp,video_mode_info.BitsPerPixel); return -1; } - if(verbose) printf("vo_vesa: using %u to %u sw convertor\n",image_bpp,video_mode_info.BitsPerPixel); + printf("vo_vesa: using %u-bpp to %u-bpp sw convertor\n",image_bpp,video_mode_info.BitsPerPixel); } if((video_mode_info.WinAAttributes & FRAME_MODE) == FRAME_MODE) win.idx = 0; /* frame A */