Mercurial > mplayer.hg
changeset 3064:3c10aeb3f441
ehh.. double ifdef fixed
author | arpi |
---|---|
date | Thu, 22 Nov 2001 03:20:36 +0000 |
parents | 004e3199fee0 |
children | d1a4e18e803d |
files | dec_video.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/dec_video.c Thu Nov 22 03:16:31 2001 +0000 +++ b/dec_video.c Thu Nov 22 03:20:36 2001 +0000 @@ -229,7 +229,6 @@ int set_video_colors(sh_video_t *sh_video,char *item,int value){ #ifdef USE_DIRECTSHOW -#ifndef NEW_DSHOW if(sh_video->codec->driver==VFM_DSHOW){ #ifdef NEW_DSHOW DS_VideoDecoder_SetValue(ds_vdec,item,value); @@ -239,7 +238,6 @@ return 1; } #endif -#endif #ifdef NEW_DECORE #ifdef DECORE_VERSION