Rémi Bernon (@rbernon) commented about dlls/mf/tests/transform.c:
KSAUDIO_SPEAKER_5POINT1,
- };
- UINT32 value, num_channels, expected_chans, format_index, sample_size;
- unsigned int num_channels_index = ~0u;
- struct attribute_desc input_desc[64];
- IMFTransform *transform;
- IMFAttributes *attrs;
- IMFMediaType *type;
- BOOL many_channels;
- ULONG i, ret;
- HRESULT hr;
- i = 0;
- do
- {
```suggestion:-2+0 for (i = 0; i < ARRAY_SIZE(input_desc); i++) { ```