diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-16 19:42:54 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-09-16 19:42:54 +0000 |
commit | 378ded9169daf7da5f35e29829e03284f1b6127b (patch) | |
tree | 65295c1a642e3248d5e2326f0c3f1ba7e72c40da /etc | |
parent | d32a38dfed1f2a6fbb834fa932414685db88de34 (diff) | |
download | mpv-378ded9169daf7da5f35e29829e03284f1b6127b.tar.bz2 mpv-378ded9169daf7da5f35e29829e03284f1b6127b.tar.xz |
IBM Ultimotion native decoding via libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13357 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 6add2d2673..eea86cfe99 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1247,6 +1247,14 @@ videocodec asv1 out UYVY out BGR32,BGR24,BGR15 flip +videocodec ffultimotion + info "IBM Ultimotion native decoder" + status working + fourcc ULTI + driver ffmpeg + dll "ultimotion" + out YVU9 + videocodec ultimotion info "IBM Ultimotion" status working |