git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29083 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-03-28 15:54:08 +00:00
parent df1af70475
commit 8d376de96f
1 changed files with 2 additions and 2 deletions

View File

@ -1108,8 +1108,8 @@ static int ifo_stream_open (stream_t *stream, int mode, void *opts, int *file_fo
spriv=calloc(1, sizeof(struct stream_priv_s));
spriv->device = strdup(dirname(stream->url));
if(sscanf(filename, "vts_%02d_", &spriv->title)!=1)
spriv->title=1;
if(sscanf(filename, "vts_%02d_", &spriv->title)!=1)
spriv->title=1;
free(filename);
free(stream->url);