summaryrefslogtreecommitdiffstats
path: root/core/command.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-16 21:37:00 +0100
committerwm4 <wm4@nowhere>2013-02-16 21:41:24 +0100
commit2107d58694f2085dca11d6ea68702ad5ad2b5094 (patch)
tree75a1cc5dcb5f0e5b59752a669889629969079bd1 /core/command.h
parent6d7e044eadabeac30c5701f2da516bd8394692ca (diff)
downloadmpv-2107d58694f2085dca11d6ea68702ad5ad2b5094.tar.bz2
mpv-2107d58694f2085dca11d6ea68702ad5ad2b5094.tar.xz
command: give feedback on the OSD if a property is unavailable
Until now, setting a property that is not available (e.g. deinterlacing if not using vdpau and no deinterlacing filter is inserted) silently failed (except for a messager on the terminal). Instead show on the OSD that the property is unavailable.
Diffstat (limited to 'core/command.h')
-rw-r--r--core/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/command.h b/core/command.h
index 0a339c5705..2c2de03585 100644
--- a/core/command.h
+++ b/core/command.h
@@ -27,6 +27,5 @@ char *mp_property_expand_string(struct MPContext *mpctx, char *str);
void property_print_help(void);
int mp_property_do(const char* name, int action, void* val,
struct MPContext *mpctx);
-char* mp_property_print(const char *name, struct MPContext *mpctx);
#endif /* MPLAYER_COMMAND_H */