diff options
author | wm4 <wm4@nowhere> | 2013-10-02 20:48:50 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-10-02 20:48:50 +0200 |
commit | df5706f156aa43b9fa233aff49cc012ed74de65f (patch) | |
tree | 428ef4d66a20fc0e056920f1e07ef04457633878 | |
parent | a4998e08effd7ddc536110580db5afb6aab5de7f (diff) |
input: remove strange offset from commands enum
A leftover from 10 years of refactoring.
-rw-r--r-- | mpvcore/input/input.h | 2 |
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, |