diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-05 22:08:23 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-05 22:08:23 +0000 |
commit | 4b1720734e35488d582552733c91879f4521b9aa (patch) | |
tree | 87bcaba63e7d9821256a173ed7a4ab113c6395b8 /etc/codecs.conf | |
parent | a9283667a5f386b60c1b70f4f82cfa134e1a3a84 (diff) |
ViVD v2 codec (fourcc gxve) support with vfw dll ViVD2.dll
Codec by http://www.softmediachina.com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10819 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc/codecs.conf')
-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 9b22a406c0..245486733e 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1158,6 +1158,14 @@ videocodec sp5x dll "sp5x_32.dll" out BGR24,BGR15 flip +videocodec vivd2 + status working + fourcc GXVE,gxve + driver vfw + dll "ViVD2.dll" + out YUY2,YV12,I420,YVU9 + out BGR32,BGR24,BGR15 + ; quicktime codecs: videocodec qt3ivx |