summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,