diff options
author | attila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-02-17 12:59:58 +0000 |
---|---|---|
committer | attila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-02-17 12:59:58 +0000 |
commit | a3a623e7cf66d9ac6746a060a1d5b59a9206468c (patch) | |
tree | e5637d4d5af1b4db7e8cea9816e163964af451a0 /etc | |
parent | f44c5934d07d4895846558d615ef833ab129d618 (diff) |
add support for avid meridien uncompressed files
patch by Georges Seguin <georges.s@sparx.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11969 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 89d55076f3..a83fc6f521 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1274,6 +1274,14 @@ videocodec qt3ivx dll "3ivx Delta 3.5.qtx" out YUY2 +videocodec qtavui + info "win32/quicktime Avid Meridien Uncompressed" + status working + fourcc AVUI + driver qtvideo + dll "AvidQTAVUICodec.qtx" + out YUY2 + videocodec qth263 info "win32/quicktime H.263 decoder" status crashing |