summaryrefslogtreecommitdiffstats
path: root/libao2/ao_esd.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-06 19:43:12 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-06 19:43:12 +0000
commitd6bf2e318e785f1ddaf4f3ecd61ec780eca5bb24 (patch)
tree70bab39247338ac335e8b366c5373269314492ea /libao2/ao_esd.c
parent77e48c66357c1b51fa035935c46a626ffd98a054 (diff)
downloadmpv-d6bf2e318e785f1ddaf4f3ecd61ec780eca5bb24.tar.bz2
mpv-d6bf2e318e785f1ddaf4f3ecd61ec780eca5bb24.tar.xz
Make ao_info_t structs const.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28858 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/ao_esd.c')
-rw-r--r--libao2/ao_esd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_esd.c b/libao2/ao_esd.c
index a5602ff894..d54f843c65 100644
--- a/libao2/ao_esd.c
+++ b/libao2/ao_esd.c
@@ -67,7 +67,7 @@
#define ESD_CLIENT_NAME "MPlayer"
#define ESD_MAX_DELAY (1.0f) /* max amount of data buffered in esd (#sec) */
-static ao_info_t info =
+static const ao_info_t info =
{
"EsounD audio output",
"esd",