video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2019-10-09 de6e563245cdfabc5bd3890d05b7e54bdbf16eb4
libcffmpeg.c
@@ -152,8 +152,8 @@
// for conv
cconv wrap_fn_create_conv(const int srcW, const int srcH, const int srcFormat,
                          const int dstW, const int dstH, const int flag){
    return fn_create_conv(srcW, srcH, srcFormat, dstW, dstH, flag);
                          const int dstW, const int dstH, const int dstFormat, const int flag){
    return fn_create_conv(srcW, srcH, srcFormat, dstW, dstH, dstFormat, flag);
}
void wrap_fn_destroy_conv(const cconv h){