diff options
author | jaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-06 09:36:12 +0000 |
---|---|---|
committer | jaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-06 09:36:12 +0000 |
commit | ead24872f19379427d07f3d21ab5aa7f736573e8 (patch) | |
tree | f8ae9a18f89575231948709964b1a971a02c4c21 /etc | |
parent | 08b4af80fac1446b54413219173aeb2e64d8f99d (diff) |
indeoraw added - needed dlls: atiyvu9.dll, IYVU9_32.DLL
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6313 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 162132b3fc..4dd1638742 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -727,6 +727,14 @@ videocodec mwv1 dll "icmw_32.dll" out BGR24,BGR15 flip +videocodec IndeoRAW + info "ATI YVU9 Planar (Indeo Raw)" + status working + fourcc YVU9 + driver vfw + dll "atiyvu9.dll" + out BGR24 flip + videocodec asv2 info "ASUS V2" status working @@ -1288,3 +1296,4 @@ audiocodec lhacm format 0x1104 ; SBC driver acm dll "lhacm.acm" + |