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