mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 13:02:24 +00:00
Fix MP2 and AC3 with demuxer lavf in MPEG transport streams.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29589 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
97503eb4ee
commit
8d8aa1a4cf
@ -64,6 +64,8 @@ static const AVCodecTag mp_wav_override_tags[] = {
|
||||
{ CODEC_ID_PCM_S32BE, MKTAG('i', 'n', '3', '2')},
|
||||
{ CODEC_ID_PCM_S32LE, 1},
|
||||
{ CODEC_ID_PCM_BLURAY, MKTAG('B', 'P', 'C', 'M')},
|
||||
{ CODEC_ID_MP2, 0x50},
|
||||
{ CODEC_ID_AC3, 0x2000},
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user