diff options
author | cehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2011-05-12 23:20:52 +0000 |
---|---|---|
committer | Uoti Urpala <uau@mplayer2.org> | 2011-06-29 11:13:05 +0300 |
commit | dc6fe9692b30015c543f2ba2dbec8c8bc95a97b3 (patch) | |
tree | bfa64e84f35d58d37f3430eadef2ec8e949f78d2 /etc | |
parent | 97dfc4f219d294756850bb2112ffbb400af31463 (diff) | |
download | mpv-dc6fe9692b30015c543f2ba2dbec8c8bc95a97b3.tar.bz2 mpv-dc6fe9692b30015c543f2ba2dbec8c8bc95a97b3.tar.xz |
codecs.conf: add fourcc DVOO to rawyuy2
Digital Voodoo SD 8 Bit.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index f7168b9f02..528950723f 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -3243,6 +3243,7 @@ videocodec rawyuy2 fourcc YUNV YUY2 fourcc VYUY YUY2 fourcc yuvs YUY2 + fourcc DVOO YUY2 out YUY2 videocodec rawyuv2 @@ -3366,6 +3367,7 @@ videocodec ffrawyuy2 fourcc YUNV,yunv fourcc VYUY,vyuy fourcc yuvs,YUVS + fourcc DVOO driver ffmpeg dll rawvideo |