summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2013-10-21 14:12:23 -0700
committerAaron Plattner <aplattner@nvidia.com>2013-10-21 14:49:57 -0700
commit6c582869ecb04e02a2f47f245bb524b6d9b7bf07 (patch)
treec1e230860a4ffd3222182fe05728389410c6a4b8
parent0999893597059a31b99b3085882969aca3f31207 (diff)
vdpauinfo: remove TODO regarding INVALID_CHROMA_TYPE when querying 444
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@nvidia.com> Reviewed-by: José Hiram Soltren <jsoltren@nvidia.com>
-rw-r--r--vdpauinfo.cpp2
1 files changed, 0 insertions, 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