Mercurial > mplayer.hg
diff libmpcodecs/ad_libdca.c @ 24693:44233e19d2a8
Typo
| author | rtogni |
|---|---|
| date | Sat, 06 Oct 2007 13:45:14 +0000 |
| parents | f29d31547c31 |
| children | d51389598170 |
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);
