video analysis2.0拆分,ffmpeg封装go接口库
chenshijun
2019-12-03 0e021985f483e593c6ef872b8bcbe299566c7dd2
csrc/wrapper.hpp
@@ -89,6 +89,8 @@
                          const int dstW, const int dstH, const int dstFormat, const int flag);
    uint8_t *Convert(void *h, uint8_t *src);
    void DestoryConvertor(void *h);
    int GetGb28181Pic(const char *filename, char *retData, int *retDataLen);
}
#endif