diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-01-15 13:51:10 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-01-15 13:51:10 +0000 |
commit | c2fab8bca1738d1ac988c488085ff798321f878d (patch) | |
tree | e62634ed6352806f03bc46ed166b80e278ba729d /src/xine-engine/xine.c | |
parent | 89bb410ff3c1b157f59aafa903b04f8e123340ee (diff) | |
download | xine-lib-c2fab8bca1738d1ac988c488085ff798321f878d.tar.gz xine-lib-c2fab8bca1738d1ac988c488085ff798321f878d.tar.bz2 |
small fixes and cleanups, metronom wasn't told the frame rate of next stream in playlist
CVS patchset: 1407
CVS date: 2002/01/15 13:51:10
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r-- | src/xine-engine/xine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index a9909dc67..536ac4f25 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.c,v 1.97 2002/01/09 22:33:04 jcdutton Exp $ + * $Id: xine.c,v 1.98 2002/01/15 13:51:10 guenter Exp $ * * top-level xine functions * @@ -148,7 +148,7 @@ void xine_stop_internal (xine_t *this) { LOG_MSG(this, _("xine_stop\n")); - xine_internal_osd (this, "}", this->metronom->get_current_time (this->metronom), 30000); + /* xine_internal_osd (this, "}", this->metronom->get_current_time (this->metronom), 30000); never works */ if (this->status == XINE_STOP) { LOG_MSG(this, _("xine_stop ignored\n")); |