video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2021-05-25 470d4180e2b86eee41c9c14910e4131d16edb8b7
csrc/thirdparty/ffmpeg/include/libavutil/file.h
@@ -33,6 +33,8 @@
 * allocated buffer or map it with mmap() when available.
 * In case of success set *bufptr to the read or mmapped buffer, and
 * *size to the size in bytes of the buffer in *bufptr.
 * Unlike mmap this function succeeds with zero sized files, in this
 * case *bufptr will be set to NULL and *size will be set to 0.
 * The returned buffer must be released with av_file_unmap().
 *
 * @param log_offset loglevel offset used for logging