From Shenzhen XRC Tech Co.,Ltd.

WindowsSdk: decode_video interface

int _stdcall decode_video(void * ctx, VIDEO_FRAME * vf, unsigned char ** rgb);
ctx:[in],The point to the context for decoding video frame which get from init_video_decoder
vf:[in],The source data which is to decode
rgb:[in],The dest RGB data which is from decoding
>0, success, is the RGB data's lenght, esle is failed
Decode the video frame
Retrieved from http://wiki.reecam.cn/WindowsSdk/InterfaceDecodeVideo
Page last modified on April 11, 2013, at 02:22 PM EST