I am using dxvahd with Visual C++ 2010 in Window 7.
There is a problem when I mix two stream with DXVAHD.
The video main format is YV12, and the sub format is D3DFMT_A8R8G8B8.
In the substream, I draw a rectangle with color 0xFF0000 (RED), and I can not see the rectangle.
But when i draw the rectangle with color 0xE50000, and I can see the rectangle.
When the red value is in the range of 230 to 255, the rectangle can not be seen.
Can anybody tell me how to resolve this problem?