summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-02 16:47:32 +0100
committerwm4 <wm4@nowhere>2015-02-02 18:07:37 +0100
commit9d8b00f1d6624779ab0db946018042135ef28017 (patch)
treee76468c1e49d52ff4cbfe58fad014803462c4a73 /stream
parentc45f2fe0ee147cadb85e8f166cca83012977c545 (diff)
downloadmpv-9d8b00f1d6624779ab0db946018042135ef28017.tar.bz2
mpv-9d8b00f1d6624779ab0db946018042135ef28017.tar.xz
command: add dummy get implementation for tv-channel property
A small cosmetic change with the effect that pressing 'k' shows "unavailable" instead of "error" (even if no TV code is active).
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream.h b/stream/stream.h
index 4c9805dab3..ef900bf16f 100644
--- a/stream/stream.h
+++ b/stream/stream.h
@@ -95,6 +95,7 @@ enum stream_ctrl {
STREAM_CTRL_TV_SET_NORM,
STREAM_CTRL_TV_STEP_NORM,
STREAM_CTRL_TV_SET_CHAN,
+ STREAM_CTRL_TV_GET_CHAN,
STREAM_CTRL_TV_STEP_CHAN,
STREAM_CTRL_TV_LAST_CHAN,
STREAM_CTRL_DVB_SET_CHANNEL,