summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authorrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-06 13:45:14 +0000
committerrtogni <rtogni@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-06 13:45:14 +0000
commit84747029e669692f341960e3b09844f079289d01 (patch)
tree3051c2e44e8199a04bda72cd8f2da1d30c01dd94 /libmpcodecs
parent0ed662470bcbd92adbbb65e81f68e09d58c70642 (diff)
downloadmpv-84747029e669692f341960e3b09844f079289d01.tar.bz2
mpv-84747029e669692f341960e3b09844f079289d01.tar.xz
Typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24713 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/ad_libdca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/ad_libdca.c b/libmpcodecs/ad_libdca.c
index 6e5ef98a88..b8eef07352 100644
--- a/libmpcodecs/ad_libdca.c
+++ b/libmpcodecs/ad_libdca.c
@@ -183,7 +183,7 @@ static void channels_info(int flags)
mp_msg(MSGT_DECAUDIO, MSGL_V, "2.%d (stereo%s)", lfe, lfestr);
break;
case DTS_3F:
- mp_msg(MSGT_DECAUDIO, MSGL_V, "3%d (3f%s)", lfe, lfestr);
+ mp_msg(MSGT_DECAUDIO, MSGL_V, "3.%d (3f%s)", lfe, lfestr);
break;
case DTS_2F2R:
mp_msg(MSGT_DECAUDIO, MSGL_V, "4.%d (2f+2r%s)", lfe, lfestr);