diff options
author | ranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-11-29 19:53:05 +0000 |
---|---|---|
committer | ranma <ranma@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-11-29 19:53:05 +0000 |
commit | c01054baac77b325bbafb94a562192ac43849dd0 (patch) | |
tree | 49794f68105dfb0e65c3aeb9503b7afb8c477060 /libao2 | |
parent | 836e6e0865e666ba7e7cc1c18373099870738619 (diff) |
Link was a bit dated (but still working :-))
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17065 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r-- | libao2/ao_dxr2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/ao_dxr2.c b/libao2/ao_dxr2.c index dc77e95099..c9a82932a1 100644 --- a/libao2/ao_dxr2.c +++ b/libao2/ao_dxr2.c @@ -98,7 +98,7 @@ static int init(int rate,int channels,int format,int flags){ #ifdef DXR2_AUDIO_FREQ_24 // This is not yet in the dxr2 driver CVS // you can get the patch at - // http://www.ranmachan.dyndns.org/~ranma/patches/dxr2.pcm1723.20020513 + // http://www.tdiedrich.de/~ranma/patches/dxr2.pcm1723.20020513 case 24000: freq_id=DXR2_AUDIO_FREQ_24; break; |