summaryrefslogtreecommitdiffstats
path: root/libao2/ao_dart.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-09-04 19:49:35 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-09-04 19:49:35 +0300
commit0e1b7765be878491565cf5e471f22b15e106164c (patch)
tree422e500c289335182a2a64934dcabf10b95e32dc /libao2/ao_dart.c
parenta9618c1c6fe9424dfaeb1677348e0382d7252554 (diff)
parentdcfd043ea8d0c46929aad78596314d837c290d39 (diff)
downloadmpv-0e1b7765be878491565cf5e471f22b15e106164c.tar.bz2
mpv-0e1b7765be878491565cf5e471f22b15e106164c.tar.xz
Merge svn changes up to r29644
Diffstat (limited to 'libao2/ao_dart.c')
-rw-r--r--libao2/ao_dart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_dart.c b/libao2/ao_dart.c
index 6038418203..58ee4d1886 100644
--- a/libao2/ao_dart.c
+++ b/libao2/ao_dart.c
@@ -146,7 +146,7 @@ static int init(int rate, int channels, int format, int flags)
int nDartSamples = DEFAULT_DART_SAMPLES;
int nBytesPerSample;
- opt_t subopts[] = {
+ const opt_t subopts[] = {
{"share", OPT_ARG_BOOL, &fShare, NULL},
{"bufsize", OPT_ARG_INT, &nDartSamples, (opt_test_f)int_non_neg},
{NULL}