summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-08 01:58:59 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-08 01:58:59 +0000
commit1350b62e4a4241dc99465179333e1b830309f225 (patch)
tree5c436c264979da932f8418da41049bbddd924927 /mplayer.c
parent4014f2eb947a4fb1c427170789c3c154abc3689e (diff)
downloadmpv-1350b62e4a4241dc99465179333e1b830309f225.tar.bz2
mpv-1350b62e4a4241dc99465179333e1b830309f225.tar.xz
audio_reset nosound fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@723 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 057280ac12..46192895dd 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2020,6 +2020,8 @@ switch(file_format){
}
}
+ RESET_AUDIO(audio_fd);
+
current_module=NULL;
c_total=0; // kell ez?
@@ -2038,8 +2040,6 @@ switch(file_format){
audio_time_usage=0; video_time_usage=0; vout_time_usage=0;
// num_frames=real_num_frames=0;
- RESET_AUDIO(audio_fd);
-
}
} // keyboard event handler