changeset 24693:44233e19d2a8

Typo
author rtogni
date Sat, 06 Oct 2007 13:45:14 +0000
parents aaaeeb5aa99c
children 3f8e15bde43b
files libmpcodecs/ad_libdca.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/ad_libdca.c	Fri Oct 05 14:05:26 2007 +0000
+++ b/libmpcodecs/ad_libdca.c	Sat Oct 06 13:45:14 2007 +0000
@@ -183,7 +183,7 @@
         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);