From 71168e740e028dc33e22652589b095e870888615 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 13 Nov 2014 17:27:31 +0100 Subject: command: rename "option-flags" property to "option-info" --- player/command.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'player') diff --git a/player/command.c b/player/command.c index 90ef7a8546..f60dfc6194 100644 --- a/player/command.c +++ b/player/command.c @@ -3003,8 +3003,8 @@ static int mp_property_local_options(void *ctx, struct m_property *prop, return access_option_list(action, arg, true, mpctx); } -static int mp_property_option_flags(void *ctx, struct m_property *prop, - int action, void *arg) +static int mp_property_option_info(void *ctx, struct m_property *prop, + int action, void *arg) { MPContext *mpctx = ctx; switch (action) { @@ -3242,7 +3242,7 @@ static const struct m_property mp_properties[] = { {"options", mp_property_options}, {"file-local-options", mp_property_local_options}, - {"option-flags", mp_property_option_flags}, + {"option-info", mp_property_option_info}, {"property-list", mp_property_list}, {0}, -- cgit v1.2.3