[MPlayer-cvslog] r24713 - trunk/libmpcodecs/ad_libdca.c

rtogni subversion at mplayerhq.hu
Sat Oct 6 15:45:14 CEST 2007


Author: rtogni
Date: Sat Oct  6 15:45:14 2007
New Revision: 24713

Log:
Typo


Modified:
   trunk/libmpcodecs/ad_libdca.c

Modified: trunk/libmpcodecs/ad_libdca.c
==============================================================================
--- trunk/libmpcodecs/ad_libdca.c	(original)
+++ trunk/libmpcodecs/ad_libdca.c	Sat Oct  6 15:45:14 2007
@@ -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);



More information about the MPlayer-cvslog mailing list