From c8154630bfc1b35da59e7db8c09e85c4f8d5904c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 8 Sep 2012 12:05:13 +0200 Subject: 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. --- etc/codecs.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3