On Sun Jan 7 21:57:25 2024 +0000, Zebediah Figura wrote:
In the future we could make a separate ds_debugstr_reftime function,
like how there is a global debugstr_fourcc function and a specific mf_debugstr_fourcc for Media Foundation. Do you see a better way to do it? The problem isn't that we'll need a separate function for dumping REFTIME; float printf is perfectly fine for that. The problem is that calling this function debugstr_reftime() is potentially misleading.
Okay. I really just want to eliminate the code duplication and I don't have strong feelings about exactly how to accomplish that. What would you two like the function to be called, and where would you like it to be defined?