diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-14 18:24:59 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-10-14 18:24:59 +0000 |
commit | 67b7e5b659b259e7f2ddf7469587ca51a34f2901 (patch) | |
tree | 21883a70f58edaf7e3a1f580a7bc4ab230876776 | |
parent | bcaee71a3a763a545e1f8457aca26dc679462677 (diff) | |
download | xine-lib-67b7e5b659b259e7f2ddf7469587ca51a34f2901.tar.gz xine-lib-67b7e5b659b259e7f2ddf7469587ca51a34f2901.tar.bz2 |
small bugfix
CVS patchset: 2829
CVS date: 2002/10/14 18:24:59
-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 51b57d0a1..37ff867d6 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.165 2002/10/14 15:47:43 guenter Exp $ + * $Id: xine.c,v 1.166 2002/10/14 18:24:59 guenter Exp $ * * top-level xine functions * @@ -318,7 +318,7 @@ static int xine_open_internal (xine_stream_t *stream, const char *mrl) { } stream->meta_info[XINE_META_INFO_SYSTEMLAYER] - = strdup (stream->demux_plugin->demux_class->get_identifier()); + = strdup (stream->demux_plugin->demux_class->get_identifier(stream->demux_plugin->demux_class)); /* * start metronom clock |