deinit_video_decoder interface
- Definition:
void _stdcall deinit_video_decoder(void * ctx);
- Parameter:
ctx:[in],The point to the context for decoding video frame which get from init_video_decoder
- Return:
void
- Explain:
It's called to release the context after finish decode video.