summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2012-11-01 12:25:14 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2012-11-02 19:20:03 +0100
commit30f3b537b2938e808923d28f2ff765e136a30ba8 (patch)
treea8e977cf73609b8cd026a86793337dd2e5d165ae /cfg-mplayer.h
parentc9b59548510845e668b6e87c1f69e62302f93d56 (diff)
downloadmpv-30f3b537b2938e808923d28f2ff765e136a30ba8.tar.bz2
mpv-30f3b537b2938e808923d28f2ff765e136a30ba8.tar.xz
audio: untypedef af_cfg
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 51360dbf85..48f44a6fde 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -205,7 +205,7 @@ const m_option_t mfopts_conf[]={
};
#include "libaf/af.h"
-extern af_cfg_t af_cfg; // Audio filter configuration, defined in libmpcodecs/dec_audio.c
+extern struct af_cfg af_cfg; // Audio filter configuration, defined in libmpcodecs/dec_audio.c
const m_option_t audio_filter_conf[]={
{"list", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
{"force", &af_cfg.force, CONF_TYPE_INT, CONF_RANGE, 0, 7, NULL},