We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b95faa commit d96b127Copy full SHA for d96b127
docs/snippets/cpp/VS_Snippets_Misc/wrl-media-capture/cpp/grayscaletransform/grayscaletransform.cpp
@@ -219,7 +219,7 @@ class CGrayscale
219
IMFMediaType *m_pInputType; // Input media type.
220
IMFMediaType *m_pOutputType; // Output media type.
221
222
- // Fomat information
+ // Format information
223
UINT32 m_imageWidthInPixels;
224
UINT32 m_imageHeightInPixels;
225
DWORD m_cbImageSize; // Image size, in bytes.
0 commit comments