[MPlayer-cvslog] r19257 - trunk/libmpdemux/dvbin.c
nicodvb
subversion at mplayerhq.hu
Sun Jul 30 10:16:00 CEST 2006
Author: nicodvb
Date: Sun Jul 30 10:15:59 2006
New Revision: 19257
Modified:
trunk/libmpdemux/dvbin.c
Log:
no need to reming the copyright with msg_(), the notice in the source is enough
Modified: trunk/libmpdemux/dvbin.c
==============================================================================
--- trunk/libmpdemux/dvbin.c (original)
+++ trunk/libmpdemux/dvbin.c Sun Jul 30 10:15:59 2006
@@ -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;
More information about the MPlayer-cvslog
mailing list