Nikolay Sivov (@nsivov) commented about dlls/mf/session.c:
struct list samples; unsigned int requests; unsigned int min_buffer_size;
- BOOL stream_ended;
};
Is this safe in a sense of such flag getting set, but never reset? Or the idea is simply indicate last received sample to be null?