24 Apr
2020
24 Apr
'20
11:25 a.m.
On 23/04/2020 22:48, Zebediah Figura wrote:
On 4/21/20 7:19 AM, Gabriel Ivăncescu wrote:
+ hr = IMediaSeeking_ConvertTimeFormat(seeking, &duration, &, duration, NULL);
According to my testing, Windows doesn't do this.
Yeah, I assumed it's a bug, since it doesn't call any of the time functions either, it just assumes it's TIME_FORMAT_MEDIA_TIME or something? Should I drop this and just assume so, too? Do you think it's worth? (perhaps I can just ignore the return value instead?)