diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-22 18:30:47 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-22 18:30:47 +0000 |
commit | e5e1962289488a709d44b1adde98be07df616cb6 (patch) | |
tree | 2f2e395687dca1ff546861d1c998f17bdfc9ae64 /etc | |
parent | b6f9740ec270ccdb9f44f46bbfdf6af99f9fe1b4 (diff) | |
download | mpv-e5e1962289488a709d44b1adde98be07df616cb6.tar.bz2 mpv-e5e1962289488a709d44b1adde98be07df616cb6.tar.xz |
FFmpeg dv decoder can also output in 422P format.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20381 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index b3631d9ad8..fe6f029cec 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1150,7 +1150,7 @@ videocodec ffdv fourcc dvpp ; DVCPRO - PAL driver ffmpeg dll dvvideo - out 411P,YV12 + out 411P,422P,YV12 videocodec libdv info "Raw DV decoder (libdv)" |