[MPlayer-cvslog] r23698 - trunk/stream/stream_tv.c
voroshil
subversion at mplayerhq.hu
Sat Jun 30 12:59:56 CEST 2007
Author: voroshil
Date: Sat Jun 30 12:59:55 2007
New Revision: 23698
Log:
Cosmetics.
Reindent line, remove trailing spaces.
Modified:
trunk/stream/stream_tv.c
Modified: trunk/stream/stream_tv.c
==============================================================================
--- trunk/stream/stream_tv.c (original)
+++ trunk/stream/stream_tv.c Sat Jun 30 12:59:55 2007
@@ -58,14 +58,14 @@ tv_stream_open (stream_t *stream, int mo
extern char* tv_param_channel;
extern int tv_param_input;
struct stream_priv_s* p=(struct stream_priv_s*)opts;
-
+
stream->type = STREAMTYPE_TV;
*file_format = DEMUXER_TYPE_TV;
-
+
/* don't override input= option value if no input id is
passed in tv:// url */
if(p->input!=-1)
- tv_param_input=p->input;
+ tv_param_input=p->input;
if (p->channel)
tv_param_channel=strdup (p->channel);
return STREAM_OK;
More information about the MPlayer-cvslog
mailing list