mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
Typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24713 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0ed662470b
commit
84747029e6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user