diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-07 15:13:09 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-07 15:13:09 +0000 |
commit | 3b17ce66a7f42a8145d97f691a984374d542a121 (patch) | |
tree | 5219bcfd4366b27c593f535e0b5ce43493e0b850 /src/xine-engine/xine.c | |
parent | 19e1a971393f6a1737273fed544b975688990238 (diff) | |
download | xine-lib-3b17ce66a7f42a8145d97f691a984374d542a121.tar.gz xine-lib-3b17ce66a7f42a8145d97f691a984374d542a121.tar.bz2 |
if a pes header indicates that the stream is encrypted that doesn't necessarily mean xine cannot play back that stream, so let's at least try it. besides that, vcd seeking bugfixes (linux/sun)
CVS patchset: 756
CVS date: 2001/10/07 15:13:09
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r-- | src/xine-engine/xine.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index eeccd704a..40c6911a8 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.63 2001/10/05 01:56:57 miguelfreitas Exp $ + * $Id: xine.c,v 1.64 2001/10/07 15:13:09 guenter Exp $ * * top-level xine functions * @@ -185,12 +185,11 @@ void xine_play (xine_t *this, char *mrl, off_t pos, len; int i; - xprintf (VERBOSE|LOOP, "xine open %s, start pos = %d\n", mrl, start_pos); + printf ("xine_play: xine open %s, start pos = %d, start time = %d (sec)\n", + mrl, start_pos, start_time); pthread_mutex_lock (&this->xine_lock); - printf ("xine_play: open %s, start pos = %d\n", mrl, start_pos); - /* * stop engine? */ |