mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 02:41:13 +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();
|
// if(encode_name) avi_fixate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
goto_next_file: // don't jump here after ao/vo/getch initialization!
|
||||||
|
|
||||||
#ifdef HAVE_NEW_GUI
|
#ifdef HAVE_NEW_GUI
|
||||||
if(use_gui)
|
if(use_gui)
|
||||||
{
|
{
|
||||||
@ -1869,7 +1871,6 @@ if(curr_filename+1<num_filenames || use_gui){
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
goto_next_file: // don't jump here after ao/vo/getch initialization!
|
|
||||||
if(use_gui || ++curr_filename<num_filenames){
|
if(use_gui || ++curr_filename<num_filenames){
|
||||||
|
|
||||||
current_module="uninit_vcodec";
|
current_module="uninit_vcodec";
|
||||||
|
Loading…
Reference in New Issue
Block a user