summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-30 08:15:59 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-30 08:15:59 +0000
commit53dead1f8b59883d3e5b1ba6548c0e095d630e2d (patch)
treef11b9d5e8965fdff9be74d965919e2fce9d21e34 /libmpdemux
parent2a2cc8fa7838638df8f4bdf1529864647e1a86dd (diff)
downloadmpv-53dead1f8b59883d3e5b1ba6548c0e095d630e2d.tar.bz2
mpv-53dead1f8b59883d3e5b1ba6548c0e095d630e2d.tar.xz
no need to reming the copyright with msg_(), the notice in the source is enough
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19257 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/dvbin.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libmpdemux/dvbin.c b/libmpdemux/dvbin.c
index 0c352f7371..7fa92e0663 100644
--- a/libmpdemux/dvbin.c
+++ b/libmpdemux/dvbin.c
@@ -640,11 +640,7 @@ static int dvb_streaming_start(dvb_priv_t *priv, struct stream_priv_s *opts, int
dvb_channel_t *channel = NULL;
stream_t *stream = (stream_t*) priv->stream;
-
- mp_msg(MSGT_DEMUX, MSGL_INFO, "code taken from dvbstream for mplayer v0.4pre1 - (C) Dave Chapman 2001\n");
- mp_msg(MSGT_DEMUX, MSGL_INFO, "Released under the GPL.\n");
- mp_msg(MSGT_DEMUX, MSGL_INFO, "Latest version available from http://www.linuxstb.org/\n");
- mp_msg(MSGT_DEMUX, MSGL_V, "PROG: %s, CARD: %d, VID: %d, AID: %d, TYPE: %s, FILE: %s\n",
+ mp_msg(MSGT_DEMUX, MSGL_V, "\r\ndvb_streaming_start(PROG: %s, CARD: %d, VID: %d, AID: %d, TYPE: %s, FILE: %s)\r\n",
opts->prog, opts->card, opts->vid, opts->aid, opts->type, opts->file);
priv->is_on = 0;