diff options
author | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-03-21 14:24:45 +0000 |
---|---|---|
committer | rtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-03-21 14:24:45 +0000 |
commit | bd48e444896df84a7c55e1389c96b2498f6855b8 (patch) | |
tree | f64603c3d0b596eb31cee500e7bfe52e86ce9593 | |
parent | ce8cc48c25fb6f4ec29c4aa4ea870f0044e8bbc6 (diff) | |
download | mpv-bd48e444896df84a7c55e1389c96b2498f6855b8.tar.bz2 mpv-bd48e444896df84a7c55e1389c96b2498f6855b8.tar.xz |
Add LEAD fourcc, patch by adland < adland123 (at) yahoo (dot) com >
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12051 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | etc/codecs.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 9600f38a83..8934bb59fa 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -740,6 +740,7 @@ videocodec LEAD comment "supports interlaced MJPEG" fourcc MJPG fourcc jpeg MJPG ; MOV Photo Jpeg + fourcc LEAD driver vfw dll "LCodcCMP.dll" out BGR24,BGR15 |