Mercurial > mplayer.hg
changeset 12984:fd60b841a49a
embarassing typo
author | diego |
---|---|
date | Mon, 09 Aug 2004 23:53:37 +0000 |
parents | 697af08200c4 |
children | 6683e2d1f844 |
files | libao2/ao_arts.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_arts.c Mon Aug 09 23:46:28 2004 +0000 +++ b/libao2/ao_arts.c Mon Aug 09 23:53:37 2004 +0000 @@ -76,7 +76,7 @@ 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");