summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-18 10:23:15 +0200
committerwm4 <wm4@nowhere>2012-08-20 15:36:03 +0200
commit6f7ba66817b5cd3761b802930dc7ba62464e3c6a (patch)
treee923b7d1cbd9888f297e859eb62ef9f160edfb64 /etc
parente181547db10c48a92b6c4d891c184b416ebe2add (diff)
downloadmpv-6f7ba66817b5cd3761b802930dc7ba62464e3c6a.tar.bz2
mpv-6f7ba66817b5cd3761b802930dc7ba62464e3c6a.tar.xz
Remove support for libdv
This removes the libdv demuxer and audio/video decoders. FFmpeg has support for it, and it's even preferred over the internal decoders.
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index f31a8b69db..897ba1d29b 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1723,24 +1723,6 @@ videocodec qdv
out UYVY
out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
-videocodec libdv
- info "Raw DV (libdv)"
- status working
- fourcc DVSD,dvsd ; PAL
- fourcc DVCS,dvcs ; NTSC ?
- fourcc "dvcp" ; PAL DV in .mov
- fourcc "dvc " ; NTSC DV in .mov
- fourcc dvpp ; DVCPRO - PAL
- fourcc dv50 ; DVCPRO 50
- fourcc dv5n ; DVCPRO 50 NTSC in .mov
- fourcc dv5p ; DVCPRO 50 PAL in .mov
- fourcc AVdv,AVd1 ; AVID DV
- fourcc dvhq,dvhp
- fourcc dvh5,dvh6,dvh3
- driver libdv
- dll libdv.so.2
- out YUY2
-
; note: it crashes with pond.dv :(
videocodec mcdv
info "MainConcept DV Codec"
@@ -3917,13 +3899,6 @@ audiocodec ffadpcmthp
driver ffmpeg
dll adpcm_thp
-audiocodec libdv
- info "raw DV audio (libdv)"
- status working
- fourcc RADV
- driver libdv
- dll libdv.so.2
-
audiocodec ffdv
info "FFmpeg DV audio"
status working