changeset 19252:9757c44cae9a

no need to reming the copyright with msg_(), the notice in the source is enough
author nicodvb
date Sun, 30 Jul 2006 08:15:59 +0000
parents cd6b211be811
children d0a35cfca783
files libmpdemux/dvbin.c
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libmpdemux/dvbin.c	Sun Jul 30 01:41:58 2006 +0000
+++ b/libmpdemux/dvbin.c	Sun Jul 30 08:15:59 2006 +0000
@@ -640,11 +640,7 @@
 	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;