mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
endless loop (bad/missing file) fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1809 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ac2fbcbf25
commit
c880874da3
@ -1860,6 +1860,8 @@ if(curr_filename+1<num_filenames || use_gui){
|
||||
// if(encode_name) avi_fixate();
|
||||
}
|
||||
|
||||
goto_next_file: // don't jump here after ao/vo/getch initialization!
|
||||
|
||||
#ifdef HAVE_NEW_GUI
|
||||
if(use_gui)
|
||||
{
|
||||
@ -1869,7 +1871,6 @@ if(curr_filename+1<num_filenames || use_gui){
|
||||
}
|
||||
#endif
|
||||
|
||||
goto_next_file: // don't jump here after ao/vo/getch initialization!
|
||||
if(use_gui || ++curr_filename<num_filenames){
|
||||
|
||||
current_module="uninit_vcodec";
|
||||
|
Loading…
Reference in New Issue
Block a user