summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-07-07 23:41:42 +0200
committerUoti Urpala <uau@mplayer2.org>2011-07-09 04:23:24 +0300
commit2174cbfa2fd153e7a77ba5ef7167d2bf99057330 (patch)
treef22f58f4a272b99d22b939fcd4fdeb27198680a5 /cfg-mplayer.h
parent6794bca0e96ac288eab7248431080afe29152564 (diff)
downloadmpv-2174cbfa2fd153e7a77ba5ef7167d2bf99057330.tar.bz2
mpv-2174cbfa2fd153e7a77ba5ef7167d2bf99057330.tar.xz
cleanup: silence most of the clang warnings
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 2bc9ccbf10..b3b0ab91c3 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -529,11 +529,11 @@ const m_option_t common_opts[] = {
OPT_MAKE_FLAGS("hr-mp3-seek", hr_mp3_seek, 0),
- { "rawaudio", &demux_rawaudio_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
- { "rawvideo", &demux_rawvideo_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+ { "rawaudio", (void *)&demux_rawaudio_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+ { "rawvideo", (void *)&demux_rawvideo_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#ifdef CONFIG_CDDA
- { "cdda", &cdda_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
+ { "cdda", (void *)&cdda_opts, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
#endif
// demuxer.c - select audio/sub file/demuxer