diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-03 22:25:32 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-12-03 22:25:32 +0000 |
commit | 59c1fb0b7a830420469d2082f52422b53f7245f6 (patch) | |
tree | e9b427d168a56ad407a637b19371b44fdbcfc700 | |
parent | 4c820acab97fc2733dac0592110022259932bed9 (diff) |
Duck truemotion1 support using libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11555 b3059339-0415-0410-9bf9-f77b7e298cf2
-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 dcf480c529..d6a8d67acb 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1225,6 +1225,14 @@ videocodec CJPG out UYVY out BGR24,BGR15 +videocodec ffduck + info "Duck Truemotion1" + status working + fourcc DUCK + driver ffmpeg + dll "truemotion1" + out BGR15 + ; our BGR15->BGR32 is bad or the DLL? videocodec tm20 info "TrueMotion 2.0" |