summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-10-02 20:48:50 +0200
committerwm4 <wm4@nowhere>2013-10-02 20:48:50 +0200
commitdf5706f156aa43b9fa233aff49cc012ed74de65f (patch)
tree428ef4d66a20fc0e056920f1e07ef04457633878
parenta4998e08effd7ddc536110580db5afb6aab5de7f (diff)
downloadmpv-df5706f156aa43b9fa233aff49cc012ed74de65f.tar.bz2
mpv-df5706f156aa43b9fa233aff49cc012ed74de65f.tar.xz
input: remove strange offset from commands enum
A leftover from 10 years of refactoring.
-rw-r--r--mpvcore/input/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/input/input.h b/mpvcore/input/input.h
index 207734cc83..5166e884b4 100644
--- a/mpvcore/input/input.h
+++ b/mpvcore/input/input.h
@@ -74,7 +74,7 @@ enum mp_command_type {
MP_CMD_DISABLE_INPUT_SECTION,
/// DVB commands
- MP_CMD_DVB_SET_CHANNEL = 5101,
+ MP_CMD_DVB_SET_CHANNEL,
/// Audio Filter commands
MP_CMD_AF,