diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-05 20:04:44 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-01-05 20:04:44 +0000 |
commit | 41486125799e648ca07b1c4c237664d19e19db8e (patch) | |
tree | cdf75472e13276ef8fd616c56a0408a0e4330156 /etc | |
parent | 4d213f46a892707b4dc0111420be2a880b131c6e (diff) | |
download | mpv-41486125799e648ca07b1c4c237664d19e19db8e.tar.bz2 mpv-41486125799e648ca07b1c4c237664d19e19db8e.tar.xz |
add blox binary codec to codecs.conf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30228 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 a917d4f8af..a52064b702 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2192,6 +2192,14 @@ videocodec slifvfw dll "slif.dll" out RGB32 flip +videocodec blox + info "Jan Jezabeks BLOX MPEG Codec" + status working + fourcc BLOX + driver vfw + dll "blox.dll" + out YUY2 + videocodec cjpg info "Creative Labs Video Blaster Webcam" comment "sequential jpeg files?" |