From ae070a6f1eff9f38dcd3ec785dd1f251e3761472 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Feb 2013 22:54:03 +0100 Subject: audio/out, video/out: hide encoding VO/AO mpv -ao help and mpv -vo help shouldn't show the encoding outputs (named "lavc" on both cases). Also make it impossible to select these manually when not encoding. --- audio/out/ao.h | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/out/ao.h') diff --git a/audio/out/ao.h b/audio/out/ao.h index 2fb8d9ba2c..6b79508943 100644 --- a/audio/out/ao.h +++ b/audio/out/ao.h @@ -75,6 +75,7 @@ struct ao; struct ao_driver { bool is_new; + bool encode; const struct ao_info *info; const struct ao_old_functions *old_functions; int (*control)(struct ao *ao, enum aocontrol cmd, void *arg); -- cgit v1.2.3