mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 07:01:45 +00:00
Support PCM in Bluray streams.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29588 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c9a80aa682
commit
97503eb4ee
@ -3786,6 +3786,13 @@ audiocodec dvdpcm
|
||||
format 0x10001
|
||||
driver dvdpcm
|
||||
|
||||
audiocodec lpcm
|
||||
info "Bluray LPCM"
|
||||
status working
|
||||
fourcc BPCM
|
||||
driver ffmpeg
|
||||
dll pcm_bluray
|
||||
|
||||
audiocodec a52
|
||||
info "AC3-liba52"
|
||||
status working
|
||||
|
@ -63,6 +63,7 @@ static const AVCodecTag mp_wav_override_tags[] = {
|
||||
{ CODEC_ID_PCM_S24LE, 1},
|
||||
{ CODEC_ID_PCM_S32BE, MKTAG('i', 'n', '3', '2')},
|
||||
{ CODEC_ID_PCM_S32LE, 1},
|
||||
{ CODEC_ID_PCM_BLURAY, MKTAG('B', 'P', 'C', 'M')},
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user