Hi all.
I'm writing a Windows Media Player DMO that decodes a custom stream from an ASF file.
The final product would be bitmaps to be fed into WMP's Video Renderer for display.
The problem is that each sample I receive from the ASF file is a buffer containing several bitmaps, and so I can't feed the renderer one bitmap per one input sample...
My question is - MUST each sample fed to the VR contain a single bitmap? can it contain several bitmaps (which it can then play as a movie)?
I hope someone can help me :)
Thanks Roey