summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-15 09:25:50 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-03-15 09:25:50 +0000
commitab46b4394301685c9fd498623b9a7933f564e105 (patch)
treeb956ef79b538517313c349ec943505afd56fbd2d /etc
parent5148ca89d2419761b9fd93a93876b637c3dd87f9 (diff)
downloadmpv-ab46b4394301685c9fd498623b9a7933f564e105.tar.bz2
mpv-ab46b4394301685c9fd498623b9a7933f564e105.tar.xz
Prefer ffdv over qdv, it seems qdv can not play some FFmpeg-encoded samples.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28953 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf28
1 files changed, 14 insertions, 14 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 1b7dd58d22..f62be322d4 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1520,20 +1520,6 @@ videocodec indeo3xa
; DV: qdv is more stable... libdv is slow, mcdv is unstable
-videocodec qdv
- info "Sony Digital Video (DV)"
- status working
- fourcc dvsl,dvsd,dvhd ; ????
- fourcc DVSD dvsd ; pal .avi
- fourcc "dvcp" dvsd ; pal .mov
- fourcc "dvc " dvsd ; ntsc .mov
- driver dshow
- dll "qdv.dll"
- guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
- out YUY2
- out UYVY
- out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
-
videocodec ffdv
info "FFmpeg DV"
status working
@@ -1554,6 +1540,20 @@ videocodec ffdv
dll dvvideo
out 411P,422P,YV12
+videocodec qdv
+ info "Sony Digital Video (DV)"
+ status working
+ fourcc dvsl,dvsd,dvhd ; ????
+ fourcc DVSD dvsd ; pal .avi
+ fourcc "dvcp" dvsd ; pal .mov
+ fourcc "dvc " dvsd ; ntsc .mov
+ driver dshow
+ dll "qdv.dll"
+ guid 0xB1B77C00, 0xC3E4, 0x11CF, 0xAF, 0x79, 0x00, 0xAA, 0x00, 0xB6, 0x7A, 0x42
+ out YUY2
+ out UYVY
+ out BGR24,BGR16,BGR15 ; BGR32 is buggy, at least with one sample
+
videocodec libdv
info "Raw DV (libdv)"
status working