mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
audio_reset nosound fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@723 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4014f2eb94
commit
1350b62e4a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user