summaryrefslogtreecommitdiffstats
path: root/libmpdemux/mf.c
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-26 05:47:04 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-26 05:47:04 +0000
commit51a0ad68d1df91ab94d448cc41618d83178969fb (patch)
treeca025860b5320f47a3b867ccfd9a3a3ccf676dd5 /libmpdemux/mf.c
parent37ef9b84ec471a77bd2529fffd3888ed926b11e0 (diff)
downloadmpv-51a0ad68d1df91ab94d448cc41618d83178969fb.tar.bz2
mpv-51a0ad68d1df91ab94d448cc41618d83178969fb.tar.xz
ooops :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5355 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/mf.c')
-rw-r--r--libmpdemux/mf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpdemux/mf.c b/libmpdemux/mf.c
index 6ba383779d..bc6d97704c 100644
--- a/libmpdemux/mf.c
+++ b/libmpdemux/mf.c
@@ -55,13 +55,13 @@ int stream_open_mf(char * filename,stream_t * stream)
mf->nr_of_files++;
}
}
+ mp_msg( MSGT_STREAM,MSGL_INFO,"[mf] number of files: %d\n",mf->nr_of_files );
+
goto exit_mf;
}
fname=malloc( strlen( filename ) + 32 );
- mp_msg( MSGT_STREAM,MSGL_INFO,"[mf] number of files: %d\n",mf->nr_of_files );
-
if ( !strchr( filename,'%' ) )
{
strcpy( fname,filename );