Mercurial > mplayer.hg
changeset 1808:e37f7103df91
endless loop (bad/missing file) fixed
author | arpi |
---|---|
date | Fri, 31 Aug 2001 20:59:41 +0000 |
parents | 6da3b9428ff0 |
children | 84c9a29bb6c3 |
files | mplayer.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Fri Aug 31 20:34:17 2001 +0000 +++ b/mplayer.c Fri Aug 31 20:59:41 2001 +0000 @@ -1860,6 +1860,8 @@ // 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 @@ } #endif -goto_next_file: // don't jump here after ao/vo/getch initialization! if(use_gui || ++curr_filename<num_filenames){ current_module="uninit_vcodec";