Bryan Mayland wrote:

These work for me to, and give a vertically centered picture as well. For the record, the disassembly sets these (as a write4) to 0x1e1e701a for one set of standards and 0x28244024 for another set of standards. The complete function does some more setup:

Oops, missed a third possible case.  Here is the complete list:
NTSC standards
0x474 write4 0x1e1e701a
0x478 write4 0x6050021f or 0x6450021f (depending on some bitflag) (there's also and & and | of 2 unknown values against this number as well)
0x470 write4 0x5b2d007a
0x47c write4 0x00087c1f

nonNTSC, if (x & 0xff000)
0x474 write4 0x28244024
0x478 write4 0x0080021f (there's also and & and | of 2 unknown values against this number as well)
0x470 write4 0x5d2d0084
0x47c write4 0x010a425f

nonNTSC, else
0x474 write4 0x28244024
0x478 write4 0x2090021f (there's also and & and | of 2 unknown values against this number as well)
0x470 write4 0x5d2d0084
0x47c write4 0x010a8263



-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to