diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-02-28 23:58:03 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-02-28 23:58:03 +0000 |
commit | 744c75ee7f2833170acd3c3282120732f3c08415 (patch) | |
tree | 640a10e2d1fc9d79ed4fce1bae45248162ca0845 | |
parent | 6c368250796617ab199f2151d60de50cdd08c2dd (diff) | |
download | mpv-744c75ee7f2833170acd3c3282120732f3c08415.tar.bz2 mpv-744c75ee7f2833170acd3c3282120732f3c08415.tar.xz |
comment is a C-string and \ must be properly escaped as \\
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22382 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | etc/codecs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 1a0c812925..4dfe00c981 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2861,7 +2861,7 @@ audiocodec ffadcpmswf audiocodec voxware info "VoxWare" status working - comment "windows users need msms001.vwp in windows\system32 folder" + comment "windows users need msms001.vwp in windows\\system32 folder" format 0x75 driver dshow dll "voxmsdec.ax" ; need also msms001.vwp |