aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/stream.c
diff options
context:
space:
mode:
authorGravatar alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 18:51:05 +0000
committerGravatar alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 18:51:05 +0000
commit2c7af5e146de97edb8ef752e2fe886e6c50eff55 (patch)
tree85a53ddcf7207b8dba47ed53d1bd5e02e0480ecb /libmpdemux/stream.c
parent1450231f23142e0980f7bf5beb96a94fd3b38e2d (diff)
serious bugs - 1l absinth (changed to absinth against cola inflation)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10736 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/stream.c')
-rw-r--r--libmpdemux/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/stream.c b/libmpdemux/stream.c
index eea82853c1..840d70badf 100644
--- a/libmpdemux/stream.c
+++ b/libmpdemux/stream.c
@@ -152,7 +152,7 @@ stream_t* open_stream_full(char* filename,int mode, char** options, int* file_fo
for(i = 0 ; auto_open_streams[i] ; i++) {
sinfo = auto_open_streams[i];
if(!sinfo->protocols) {
- mp_msg(MSGT_OPEN,MSGL_WARN, "Stream type %s have protocols == NULL, it's a bug\n");
+ mp_msg(MSGT_OPEN,MSGL_WARN, "Stream type %s has protocols == NULL, it's a bug\n", sinfo->name);
continue;
}
for(j = 0 ; sinfo->protocols[j] ; j++) {