From 3401cad81ac351335763533eb3d09205266ffc78 Mon Sep 17 00:00:00 2001 From: arpi_esp Date: Fri, 13 Apr 2001 23:37:40 +0000 Subject: [PATCH] dbpp check removed *AGAIN* git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@397 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mplayer.c b/mplayer.c index 20f5a433e7..402d1a0d46 100644 --- a/mplayer.c +++ b/mplayer.c @@ -863,13 +863,13 @@ printf("Found video codec: [%s] drv:%d (%s)\n",sh_video->codec->name,sh_video->c for(i=0;icodec->outfmt[i]; - if(vo_dbpp){ - if( ((out_fmt & IMGFMT_BGR_MASK) == IMGFMT_BGR) && ((out_fmt & 0xff) == vo_dbpp) || (out_fmt & IMGFMT_BGR_MASK) != IMGFMT_BGR){ - if(video_out->query_format(out_fmt)) break; - } - }else{ +// if(vo_dbpp){ +// if( ((out_fmt & IMGFMT_BGR_MASK) == IMGFMT_BGR) && ((out_fmt & 0xff) == vo_dbpp) || (out_fmt & IMGFMT_BGR_MASK) != IMGFMT_BGR){ +// if(video_out->query_format(out_fmt)) break; +// } +// }else{ if(video_out->query_format(out_fmt)) break; - } +// } } if(i>=CODECS_MAX_OUTFMT){ printf("Sorry, selected video_out device is incompatible with this codec.\n");