summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-31 22:53:51 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-31 22:53:51 +0000
commit2150bddc743b27ad425a3f2388f8b97005ce74ab (patch)
treeeaf3e2edc3f15ad679bc1ce3bb55617d5d49d7c5 /etc
parenta326622304cedacce34b31f47dafe7069e076e01 (diff)
downloadmpv-2150bddc743b27ad425a3f2388f8b97005ce74ab.tar.bz2
mpv-2150bddc743b27ad425a3f2388f8b97005ce74ab.tar.xz
Add support for FFmpeg's ffv210 codec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30153 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index efa1cafa9e..3d88972068 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -2638,6 +2638,14 @@ videocodec qtsvq1
dll "QuickTime.qts"
out YVU9
+videocodec ffv210
+ info "FFmpeg V210 - 10-bit"
+ status untested
+ fourcc v210
+ driver ffmpeg
+ dll v210
+ out 422P16
+
videocodec qtcine
info "cinewave uncompressed 10-bit codec"
status working