video analysis2.0拆分,ffmpeg封装go接口库
zhangmeng
2020-10-09 529a90df418bd92d206dfeabfb2e1d01b454ad32
csrc/thirdparty/ffmpeg/include/libavutil/hwcontext_cuda.h
@@ -41,6 +41,7 @@
 */
typedef struct AVCUDADeviceContext {
    CUcontext cuda_ctx;
    CUstream stream;
    AVCUDADeviceContextInternal *internal;
} AVCUDADeviceContext;