comparison etc/codecs.conf @ 6565:1075fe5fc8c3

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)
author arpi
date Tue, 25 Jun 2002 22:26:34 +0000
parents f6fe6c990ba3
children 07b8c8a03503
comparison
equal deleted inserted replaced
6564:652ada9f9b66 6565:1075fe5fc8c3
1 ;============================================================================= 1 ;=============================================================================
2 ; Default codecs config file. It replaces the old codecs.c file! 2 ; Default codecs config file. It replaces the old codecs.c file!
3 ; Before editing this file, please read DOCS/tech/codecs.conf.txt ! 3 ; Before editing this file, please read DOCS/tech/codecs.conf.txt !
4 ;============================================================================= 4 ;=============================================================================
5 5
6 release 20020625 6 release 20020626
7 7
8 ;============================================================================= 8 ;=============================================================================
9 ; VIDEO CODECS 9 ; VIDEO CODECS
10 ;============================================================================= 10 ;=============================================================================
11 11
749 videocodec vp3 749 videocodec vp3
750 info "On2 OpenSource VP3-Codec" 750 info "On2 OpenSource VP3-Codec"
751 status working 751 status working
752 comment "For SSE-systems use hacked dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/" 752 comment "For SSE-systems use hacked dll from ftp://mplayerhq.hu/MPlayer/samples/drivers32/"
753 fourcc VP30,vp30,VP31,vp31 753 fourcc VP30,vp30,VP31,vp31
754 flags align16
754 driver vfwex 755 driver vfwex
755 dll "vp31vfw.dll" 756 dll "vp31vfw.dll"
756 out YUY2 757 out YUY2
757 out BGR32,BGR24,BGR15 758 out BGR32,BGR24,BGR15
758 759