haoneng.lhn
2023-10-11 191b8018f2e1a99e58b999a0ecfbc3f72526e669
funasr/runtime/onnxruntime/src/audio.cpp
@@ -426,7 +426,7 @@
    return false;
#else
    // from buf
    char* buf_copy = (char *)malloc(n_file_len);
    void* buf_copy = av_malloc(n_file_len);
    memcpy(buf_copy, buf, n_file_len);
    AVIOContext* avio_ctx = avio_alloc_context(