[VDPAU] [PATCH] vdpauinfo: remove TODO regarding INVALID_CHROMA_TYPE when querying 444

Aaron Plattner aplattner at nvidia.com
Mon Oct 21 14:16:16 PDT 2013


This was a bug in the NVIDIA driver that was fixed in the 256.44 release with
the following changelog entry:

    * Fixed VDPAU to not print a debug error message when calling
      VdpVideoMixerQueryFeatureSupport with an unsupported or unknown
      VdpVideoMixerFeature.

Signed-off-by: Aaron Plattner <aplattner at nvidia.com>
---
 vdpauinfo.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/vdpauinfo.cpp b/vdpauinfo.cpp
index 7bc0499..205afd4 100644
--- a/vdpauinfo.cpp
+++ b/vdpauinfo.cpp
@@ -25,8 +25,6 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 OTHER DEALINGS IN THE SOFTWARE.
 */
 /// TODO
-/// - possible bug, querying VDP_CHROMA_TYPE_444 returns an error
-///  (VDP_STATUS_INVALID_CHROMA_TYPE) is this NVIDIA or us?
 /// - parse display/screen from command line
 /// - list color table formats for queryOutputSurface
 
-- 
1.8.4.1



More information about the VDPAU mailing list