summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-12-09 18:58:20 +0100
committerwm4 <wm4@nowhere>2012-12-11 00:37:54 +0100
commit071d24e19de6c2c0278e80f21e10572a4d694ddf (patch)
tree5da015dbb8a0a22211e28aae7a334b2cdbac1e34 /Makefile
parent2dd2d9bcfcf57b9921c9ef360746dd59c45574fd (diff)
downloadmpv-071d24e19de6c2c0278e80f21e10572a4d694ddf.tar.bz2
mpv-071d24e19de6c2c0278e80f21e10572a4d694ddf.tar.xz
audio/decode: remove ad_dvdpcm and use ad_lavc for DVD PCM
ad_dvdpcm reads MPEG specific headers directly (passed through codecdata by demux_mpg), so you couldn't use ffmpeg's "pcm_dvd" with demux_mpg. Change demux_mpg to set the correct audio parameters directly. The code for this is taken from ad_dvdpcm. ad_dvdpcm is evil because it still does partial packet reads (with demux_read_data()), and it's redundant to libavcodec anyway.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43688ec0aa..db41f6d4e2 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,6 @@ SOURCES = talloc.c \
audio/mixer.c \
audio/reorder_ch.c \
audio/decode/ad.c \
- audio/decode/ad_dvdpcm.c \
audio/decode/ad_lavc.c \
audio/decode/ad_spdif.c \
audio/decode/dec_audio.c \