video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-07-30 8fb24547e4d068cdcd491e59ddc451b3a252ea4b
libcffmpeg.c
@@ -109,8 +109,8 @@
    fn_decoder(h);
}
void* wrap_fn_decoder_pic(const cffmpeg h, int* wid, int* hei){
    return fn_decoder_pic(h, wid, hei);
void* wrap_fn_decoder_pic(const cffmpeg h, int* wid, int* hei, int64_t *id){
    return fn_decoder_pic(h, wid, hei, id);
}
void* wrap_fn_get_avpacket(const cffmpeg h, int* size, int* key){