Re: [PATCH v3 0/4] MR1311: wmvcore: Implement DedicatedDeliveryThread async reader output setting.
15 Nov
2022
15 Nov
'22
8:30 p.m.
Zebediah Figura (@zfigura) commented about dlls/wmvcore/async_reader.c:
}
if (!first_sample) - return NS_E_NO_MORE_SAMPLES; + return pending ? E_PENDING : NS_E_NO_MORE_SAMPLES;
What's the point of this? We never check the return code of async_reader_get_next_sample(), only whether it FAILED(). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1311#note_15866
1130
Age (days ago)
1130
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zebediah Figura (@zfigura)