mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
Fix 10l typo in syncword
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24454 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c3d320c6ac
commit
2be7f28a86
@ -334,7 +334,7 @@ static int decode_audio_dts(unsigned char *indata_ptr, int len, unsigned char *b
|
||||
nr_samples = nblks * 32;
|
||||
|
||||
buf16[0] = 0xf872; /* iec 61937 */
|
||||
buf16[1] = 0x431f; /* syncword */
|
||||
buf16[1] = 0x4e1f; /* syncword */
|
||||
switch(nr_samples)
|
||||
{
|
||||
case 512:
|
||||
|
Loading…
Reference in New Issue
Block a user