From df5706f156aa43b9fa233aff49cc012ed74de65f Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 2 Oct 2013 20:48:50 +0200 Subject: input: remove strange offset from commands enum A leftover from 10 years of refactoring. --- mpvcore/input/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3