Mercurial > mplayer.hg
changeset 396:b5748246482d
dbpp check removed *AGAIN*
author | arpi_esp |
---|---|
date | Fri, 13 Apr 2001 23:37:40 +0000 |
parents | 01768a027e7d |
children | a54238fbff24 |
files | mplayer.c |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Fri Apr 13 22:11:08 2001 +0000 +++ b/mplayer.c Fri Apr 13 23:37:40 2001 +0000 @@ -863,13 +863,13 @@ for(i=0;i<CODECS_MAX_OUTFMT;i++){ out_fmt=sh_video->codec->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");