summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-08 12:05:13 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:08:14 +0200
commitc8154630bfc1b35da59e7db8c09e85c4f8d5904c (patch)
treec59946e0495590c2c94f0387e00c60a56aab9286 /etc
parent70e7d63ba011a326f5e03137b8fb45df222c43af (diff)
downloadmpv-c8154630bfc1b35da59e7db8c09e85c4f8d5904c.tar.bz2
mpv-c8154630bfc1b35da59e7db8c09e85c4f8d5904c.tar.xz
ad_dvdpcm: add back PCM decoder for DVD
This is needed by demux_mpg (and possibly by demux_ts) for PCM playback. The decoder does the mapping from MPEG headers to the actual PCM format, and also unpacks sample data for 20/24 bit formats.
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 0b2fcb793e..ab9267c5a9 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1972,6 +1972,12 @@ audiocodec libgsmms
driver ffmpeg
dll "libgsm_ms"
+audiocodec dvdpcm
+ info "Uncompressed DVD/VOB LPCM"
+ status working
+ format 0x10001
+ driver dvdpcm
+
audiocodec fflpcm
info "Blu-ray LPCM"
status working