Re: VDPAU: Error detected 0 3793
It sounds like an unknown VDP_VIDEO_MIXER_FEATURE value is being passed to some VDPAU function. Our driver only supports (and hence only attempts to handle at all) VDP_VIDEO_MIXER_FEATURE_HIGH_QUALITY_SCALING_L1, not _L2, _L3, ... Perhaps that's the issue? If not, some completely invalid value is being passed in.
|