summaryrefslogtreecommitdiffstats
path: root/player/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/command.c')
-rw-r--r--player/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/player/command.c b/player/command.c
index 9de5e251f6..7830c9fb0b 100644
--- a/player/command.c
+++ b/player/command.c
@@ -2193,6 +2193,8 @@ static int property_switch_track_ff(void *ctx, struct m_property *prop,
*(int *) arg = track ? track->ff_index : -2;
return M_PROPERTY_OK;
case M_PROPERTY_SET: {
+ MP_WARN(mpctx, "Warning: property '%s' is deprecated and "
+ "will be removed in the future.\n", prop->name);
int id = *(int *)arg;
if (mpctx->playback_initialized) {
track = NULL;