diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-09 23:53:37 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-08-09 23:53:37 +0000 |
commit | 73c212608f3dbe83390184136db37a7fc88ca662 (patch) | |
tree | fc4513b6e338f464378f83ee74bd6fb07599a860 | |
parent | 33bbcce7d5c8bbbce7f42361a735bb99a3ef3127 (diff) |
embarassing typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12985 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libao2/ao_arts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_arts.c b/libao2/ao_arts.c index d5704d7a28..85f5cef30d 100644 --- a/libao2/ao_arts.c +++ b/libao2/ao_arts.c @@ -76,7 +76,7 @@ static int init(int rate_hz, int channels, int format, int flags) if(format != AFMT_U8 && format != AFMT_S8) ao_data.bps*=2; - stream=arts_play_stream(rate_hz, OBTAIN_BITRATE(format), channels, "Mplayer"); + stream=arts_play_stream(rate_hz, OBTAIN_BITRATE(format), channels, "MPlayer"); if(stream == NULL) { mp_msg(MSGT_AO, MSGL_ERR, "AO: [arts] Unable to open a stream\n"); |