diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-05-12 22:37:25 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-05-12 22:37:25 +0000 |
commit | 1526fa408eac47ecacb02e969805a39f70f990d9 (patch) | |
tree | 21b03bda8f252be629d2201d57c10544876a5c94 /src/xine-engine/xine_internal.h | |
parent | 22329987616780494b4d4f5fc85b8c40b592d724 (diff) | |
download | xine-lib-1526fa408eac47ecacb02e969805a39f70f990d9.tar.gz xine-lib-1526fa408eac47ecacb02e969805a39f70f990d9.tar.bz2 |
this should fix logo races (trying to play logo together with other
streams). i still can't see the mpeg logo in my home computer for some
strange reason...
CVS patchset: 1872
CVS date: 2002/05/12 22:37:25
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index d358323ef..328b48eee 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -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_internal.h,v 1.81 2002/05/02 12:31:03 f1rmb Exp $ + * $Id: xine_internal.h,v 1.82 2002/05/12 22:37:25 miguelfreitas Exp $ * */ @@ -275,6 +275,7 @@ xine_t *xine_init (vo_driver_t *vo, * returns 1 on succ, 0 on failure */ int xine_play (xine_t *this, char *MRL, int start_pos, int start_time); +int xine_play_internal (xine_t *this, char *MRL, int start_pos, int start_time); /* |