From 9ffb35848bba4fc895ccd8ecfe2f9f486c201ba0 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 13 Apr 2014 17:45:45 -0700 Subject: command: vf-metadata: minor fixup of return status Signed-off-by: wm4 --- player/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') 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, -- cgit v1.2.3