mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
Support codecs 14_4 and 28_8
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10033 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
69cc26fc35
commit
724cc21577
@ -961,6 +961,8 @@ void demux_open_real(demuxer_t* demuxer)
|
||||
mp_msg(MSGT_DEMUX,MSGL_V,"Audio: DNET -> AC3\n");
|
||||
sh->format = 0x2000;
|
||||
break;
|
||||
case MKTAG('1', '4', '_', '4'):
|
||||
case MKTAG('2', '8', '_', '8'):
|
||||
case MKTAG('s', 'i', 'p', 'r'):
|
||||
#if 0
|
||||
sh->format = 0x130;
|
||||
|
Loading…
Reference in New Issue
Block a user