summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-04-13 17:45:45 -0700
committerwm4 <wm4@nowhere>2014-04-14 09:38:45 +0200
commit9ffb35848bba4fc895ccd8ecfe2f9f486c201ba0 (patch)
tree9e428d5fca5d3c8c64ffa3394a523546b544dff1 /player
parent132f395aacb2c658e91b8845076115f98158edce (diff)
downloadmpv-9ffb35848bba4fc895ccd8ecfe2f9f486c201ba0.tar.bz2
mpv-9ffb35848bba4fc895ccd8ecfe2f9f486c201ba0.tar.xz
command: vf-metadata: minor fixup of return status
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'player')
-rw-r--r--player/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/command.c b/player/command.c
index cc4cc0892a..f9f25efdc3 100644
--- a/player/command.c
+++ b/player/command.c
@@ -965,7 +965,7 @@ static int mp_property_vf_metadata(m_option_t *prop, int action, void *arg,
return M_PROPERTY_OK;
}
}
- return M_PROPERTY_UNAVAILABLE;
+ return M_PROPERTY_NOT_IMPLEMENTED;
}
static int mp_property_pause(m_option_t *prop, int action, void *arg,