diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-10-19 03:45:14 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-10-19 03:45:14 +0000 |
commit | 0c3633c9ffcf78ea317e1f48a36063830044bf8d (patch) | |
tree | b07d994eb0106fb9470ac7c65bcd537c06fe0946 /etc | |
parent | da278b3184f5abf4bea6f547c691586b239b4c41 (diff) |
add binary codec for fourcc slif
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29780 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 9aee66015b..0c19f945bf 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2104,6 +2104,14 @@ videocodec vcr2 out YV12 out BGR24 +videocodec slifvfw + info "SoftLab-NSK Forward MPEG2 I-frames" + status working + fourcc slif + driver vfw + dll "slif.dll" + out RGB32 flip + videocodec cjpg info "Creative Labs Video Blaster Webcam" comment "sequential jpeg files?" |