# HG changeset patch # User cehoyos # Date 1251666882 0 # Node ID 87b0995398b646e69ad84a2cd0e99b3cf186b686 # Parent 647fc86d34631a4fb16d511c0c903b3022145135 Support PCM in Bluray streams. diff -r 647fc86d3463 -r 87b0995398b6 etc/codecs.conf --- a/etc/codecs.conf Sat Aug 29 23:08:32 2009 +0000 +++ b/etc/codecs.conf Sun Aug 30 21:14:42 2009 +0000 @@ -3786,6 +3786,13 @@ 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 diff -r 647fc86d3463 -r 87b0995398b6 libmpdemux/mp_taglists.c --- a/libmpdemux/mp_taglists.c Sat Aug 29 23:08:32 2009 +0000 +++ b/libmpdemux/mp_taglists.c Sun Aug 30 21:14:42 2009 +0000 @@ -63,6 +63,7 @@ { 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 }, };