Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The type FourCC is incorrectly used in the test code of Macros. #190

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

es-kumagai
Copy link

Fixed a test code referencing a non-existent type FourCC. Changed it to FourCharacterCode.

In the Macros section, fixed a test code referencing a non-existent type FourCC. Changed it to FourCharacterCode.
Copy link
Collaborator

@amartini51 amartini51 left a comment

Choose a reason for hiding this comment

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

This looks like a copy/paste error during development of the sample. The type was originally named FourCC but expanded to FourCharacterCode for readability.

Confirmed that FourCC doesn't appear anywhere in the Xcode project that I have on my computer, where I build and test this macro example.

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.

None yet

2 participants