summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 0c6008b100..e79f2586aa 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3320,6 +3320,10 @@ if ( use_gui ) {
}
#endif
+mp_input_set_section(NULL);
+//TODO: add desired (stream-based) sections here
+if (mpctx->stream->type==STREAMTYPE_TV) mp_input_set_section("tv");
+
//==================== START PLAYING =======================
if(loop_times>1) loop_times--; else