diff options
author | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-25 22:26:34 +0000 |
---|---|---|
committer | arpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-06-25 22:26:34 +0000 |
commit | d7d187300d683aa0e92f98091dc5532cd8b08348 (patch) | |
tree | 4ffe4b670264bcca758122bb53dca49cba4e0361 /etc | |
parent | 9d2fe87374adece430caf561054807f06c0ea3fb (diff) |
new global codec flag: align16
it means that width/height should be round up to n*16 (some buggy codec
needs it to avoid sig11 / image distortions)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6566 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 450c5c6c2c..364d530047 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -3,7 +3,7 @@ ; Before editing this file, please read DOCS/tech/codecs.conf.txt ! ;============================================================================= -release 20020625 +release 20020626 ;============================================================================= ; VIDEO CODECS @@ -751,6 +751,7 @@ videocodec vp3 status working comment "For SSE-systems use hacked dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/" fourcc VP30,vp30,VP31,vp31 + flags align16 driver vfwex dll "vp31vfw.dll" out YUY2 |