On Tue Dec 5 00:13:48 2023 +0000, Zebediah Figura wrote:
This is probably one of those things that will never affect a real application, but I can't help noticing anyway because of the way this is currently implemented: is it correct that toggling compressed output on and back off again will reset the stream format?
No, it's not.
Setting compressed output to on then off is indeed implausible, but simply setting it to off is slightly less implausible, and hits the same codepath. (Slightly. It makes more sense to configure important/early pieces, like output compression, before details, like output pixel format.)
Either way, fixed.