summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-22 15:37:51 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-22 15:37:51 +0000
commit2558c30739bd52854bde3bc6ef58177fb415b3c1 (patch)
tree183f40fdc676c7a95e9592727cef65055234f59d /mplayer.c
parent5b7905fdd28563c413da624ffa9afe4afdd88600 (diff)
downloadmpv-2558c30739bd52854bde3bc6ef58177fb415b3c1.tar.bz2
mpv-2558c30739bd52854bde3bc6ef58177fb415b3c1.tar.xz
removed unused old keyboard fifo hack
removed unused allow_dshow hack git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7484 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/mplayer.c b/mplayer.c
index 8c05b98cba..127453d272 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -180,15 +180,6 @@ char *video_codec=NULL; // override video codec
char *audio_fm=NULL; // override audio codec family
char *video_fm=NULL; // override video codec family
-// IMHO this stuff is no longer of use, or is there a special
-// reason why dshow should be completely disabled? - atmos ::
-// yes, people without working c++ compiler can disable it - A'rpi
-#ifdef USE_DIRECTSHOW
-int allow_dshow=1;
-#else
-int allow_dshow=0;
-#endif
-
// streaming:
int audio_id=-1;
int video_id=-1;
@@ -1874,7 +1865,6 @@ if(auto_quality>0){
#endif
if(osd_function==OSD_PAUSE){
- int pkey=-1;
mp_cmd_t* cmd;
if(!quiet) {
mp_msg(MSGT_CPLAYER,MSGL_STATUS,MSGTR_Paused);
@@ -1891,7 +1881,6 @@ if(auto_quality>0){
while( (cmd = mp_input_get_cmd(20,1)) == NULL) {
if(sh_video && video_out && vo_config_count) video_out->check_events();
- if((pkey=mplayer_get_key()) > 0) break;
#ifdef HAVE_NEW_GUI
if(use_gui){
guiEventHandling();
@@ -1915,8 +1904,6 @@ if(auto_quality>0){
guiGetEvent( guiCEvent,(char *)guiSetPlay );
}
#endif
- if(pkey!=32 && pkey!=112 && pkey!=-1)
- mplayer_put_key(pkey); // pass on the key
}
// handle -sstep