summaryrefslogtreecommitdiffstats
path: root/m_option.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-27 17:32:54 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-27 17:32:54 +0000
commitcd9e4753d7aa57cb750d60311f2d1949106f9265 (patch)
treeac1df52631ed069d9505befe092c4c27808e10a9 /m_option.h
parent507121f7fe2d170dd8db99d3112602036ddef718 (diff)
downloadmpv-cd9e4753d7aa57cb750d60311f2d1949106f9265.tar.bz2
mpv-cd9e4753d7aa57cb750d60311f2d1949106f9265.tar.xz
CONF_TYPE_AFMT similar to CONF_TYPE_IMGFMT
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14247 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'm_option.h')
-rw-r--r--m_option.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/m_option.h b/m_option.h
index dc691d87f3..8d2427c9a8 100644
--- a/m_option.h
+++ b/m_option.h
@@ -20,6 +20,7 @@ extern m_option_type_t m_option_type_print;
extern m_option_type_t m_option_type_print_indirect;
extern m_option_type_t m_option_type_subconfig;
extern m_option_type_t m_option_type_imgfmt;
+extern m_option_type_t m_option_type_afmt;
// Func based types
extern m_option_type_t m_option_type_func_full;
@@ -90,6 +91,7 @@ extern m_obj_params_t m_span_params_def;
#define CONF_TYPE_STRING_LIST (&m_option_type_string_list)
#define CONF_TYPE_POSITION (&m_option_type_position)
#define CONF_TYPE_IMGFMT (&m_option_type_imgfmt)
+#define CONF_TYPE_AFMT (&m_option_type_afmt)
#define CONF_TYPE_SPAN (&m_option_type_span)
#define CONF_TYPE_OBJ_SETTINGS_LIST (&m_option_type_obj_settings_list)
#define CONF_TYPE_OBJ_PRESETS (&m_option_type_obj_presets)