Video codecs can all return a decompressed frame in BI_RGB, correct? But many of them also decompress to smaller/faster formats, .... like the YUV & such.

I'm looking for a way to enumerate ALL decompression formats from the decompressing codec, so the user may choose one. (optimize speed, best quality, etc).

And then... hopefully... DrawDibDraw can handle the rest.

A deep thank you for your time


Chad