Video decoding using MMF DevVideo API
| Thu, 2007-11-01 01:19 | |
|
Hi all, Does anyone have experience with using the DevVideo APIs for decoding? I have to decode an H.263 stream and for various reasons I can't use any of the higher level utility functions, so I have dropped down to the DevVideo level. Unfortunately, I can't work out how to make it go. I can find and initialise the decoder OK, and writing the samples to the decoder seems to work - but whenever I ask for a picture back it always returns NULL. The code below shows how I'm attacking the decoder at the moment. Note that all memory management & error handling has been omitted for the sake of clarity. Also note that the comments refer to what *I think* is happening - not what *actually is* going on. /* If anyone has tips or suggestions - or even some example code to share - I'd be most grateful. regards, Trent Clarke |
|





