1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-18 21:06:00 +00:00

Cosmetics.

Reindent line, remove trailing spaces.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23698 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
voroshil 2007-06-30 10:59:55 +00:00
parent f0ca43a600
commit 04006396a0

View File

@ -58,14 +58,14 @@ tv_stream_open (stream_t *stream, int mode, void *opts, int *file_format)
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;