Zebediah Figura (@zfigura) commented about dlls/wmvcore/tests/wmvcore.c:
- DWORD flags, bytes_count;
- QWORD sample_time, sample_duration;
- IWMSyncReader *reader;
- IWMProfile *profile;
- INSSBuffer *sample;
- WORD stream_num;
- HRESULT hr;
- BYTE *data;
- DWORD audio_idx = 0;
- DWORD video_idx = 0;
- VIDEOINFOHEADER vih = vih_wmv1;
- WM_MEDIA_TYPE mt = mt_wmv1;
- mt.pbFormat = (BYTE *)&vih;
Style nitpick, but let's please put all the variable declarations together and separated from all the code.