Mercurial > mplayer.hg
changeset 23678:59d684441bd6
Cosmetics.
Reindent line, remove trailing spaces.
author | voroshil |
---|---|
date | Sat, 30 Jun 2007 10:59:55 +0000 |
parents | ede2719f604f |
children | 7ec134c71749 |
files | stream/stream_tv.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/stream/stream_tv.c Sat Jun 30 10:56:05 2007 +0000 +++ b/stream/stream_tv.c Sat Jun 30 10:59:55 2007 +0000 @@ -58,14 +58,14 @@ 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;