Skip to content

Conversation

@dabrain34
Copy link
Contributor

@dabrain34 dabrain34 commented Sep 25, 2025

Remove m_ycbcrPrimariesConstants which is
unused in the codebase.

Remove m_ycbcrPrimariesConstants which
unused in the codebase.
@dabrain34 dabrain34 requested a review from zlatinski September 25, 2025 11:43
@dabrain34
Copy link
Contributor Author

dabrain34 commented Sep 25, 2025

Hello @zlatinski I opened this MR to discuss the use m_ycbcrPrimariesConstants which is unused in VulkanFilterYuvCompute.cpp.

It allows to avoid a warning on Windows building this with CTS.

Can you give your input on what you prefer to do with this unused variable ?

This patch is necessary for #103

Copy link
Contributor

@zlatinski zlatinski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The functionality is to be extended in the future and those parameters are needed.
You can always replace:
"const YcbcrPrimariesConstants* pYcbcrPrimariesConstants," with
const YcbcrPrimariesConstants*, to quiet down these warnings, without hanging the function's APIs.

@dabrain34
Copy link
Contributor Author

dabrain34 commented Oct 14, 2025

I gave another try and I havent been able to reproduce the build issue with the latest main of CTS and the use of #103

Closing.

@dabrain34 dabrain34 closed this Oct 14, 2025
@dabrain34
Copy link
Contributor Author

able to reproduce with:

python3 scripts/check_build_sanity.py --skip-prerequisites -r clang-64-debug -t ./tmp.PiN3LHSb8Z

dabrain34 added a commit to dabrain34/Vulkan-Video-Samples that referenced this pull request Dec 4, 2025
Void m_ycbcrPrimariesConstants which
unused in the codebase but kept for future
implementation.

See KhronosGroup#102
dabrain34 added a commit that referenced this pull request Dec 4, 2025
Void m_ycbcrPrimariesConstants which
unused in the codebase but kept for future
implementation.

See #102
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants