diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-08-30 21:14:42 +0000 |
---|---|---|
committer | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-08-30 21:14:42 +0000 |
commit | 97503eb4ee91d6678c70d85e9b01e07034d26382 (patch) | |
tree | 370bd9a3ee18354d0b0e82a6e1fd90067a729ce8 /etc | |
parent | c9a80aa6827920008cda3e2995780a97f5a99d77 (diff) |
Support PCM in Bluray streams.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29588 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 8143ac2bab..d083d62afc 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -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 |