ehh.. double ifdef fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3065 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-22 03:20:36 +00:00
parent 4a7c3f22ec
commit c54ea77562
1 changed files with 0 additions and 2 deletions

View File

@ -229,7 +229,6 @@ void set_video_quality(sh_video_t *sh_video,int quality){
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 @@ int set_video_colors(sh_video_t *sh_video,char *item,int value){
return 1;
}
#endif
#endif
#ifdef NEW_DECORE
#ifdef DECORE_VERSION