gui/movieplayer.cpp: mark auto-screenshot as done in any case,

if one try fail, next will probably fail anyway


Origin commit data
------------------
Branch: ni/coolstream
Commit: 653d196e16
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-09-17 (Thu, 17 Sep 2015)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-09-17 12:40:31 +03:00
parent 9f0ada5ddf
commit 7688419430

View File

@@ -2151,4 +2151,6 @@ void CMoviePlayerGui::makeScreenShot(bool autoshot, bool forcover)
}
}
sc->Start();
if (autoshot)
autoshot_done = true;
}