Mercurial > mplayer.hg
changeset 33899:e3036c93f08f
Cosmetic: Rearrange statements.
author | ib |
---|---|
date | Mon, 15 Aug 2011 09:09:29 +0000 |
parents | 67790ce1185e |
children | b2fcff7e2157 |
files | gui/interface.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/interface.c Fri Aug 12 16:31:18 2011 +0000 +++ b/gui/interface.c Mon Aug 15 09:09:29 2011 +0000 @@ -384,13 +384,14 @@ // if ( guiInfo.Playing == 1 && guiInfo.NewPlay == GUI_FILE_NEW ) if (guiInfo.NewPlay == GUI_FILE_NEW) { + dvd_title = 0; audio_id = -1; video_id = -1; dvdsub_id = -1; vobsub_id = -1; + stream_cache_size = -1; autosync = 0; - dvd_title = 0; force_fps = 0; }