Exemplo n.º 1
0
// uninit driver
static void uninit(sh_video_t *sh){
    struct context *ctx = sh->context;
    DMO_VideoDecoder_Destroy(ctx->decoder);
    av_free(ctx->buffer);
    free(ctx);
    sh->context = NULL;
}
Exemplo n.º 2
0
// uninit driver
static void uninit(sh_video_t *sh){
    DMO_VideoDecoder_Destroy(sh->context);
}