]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/hwcontext_cuda.h
avutil/pixfmt: Document chroma plane size for odd resolutions
[ffmpeg] / libavutil / hwcontext_cuda.h
index 12dae8449ec3261fb53dedc3ac1c60609af4cc4c..81a0552cabb73d3c51afe311488fb9c42ea1c724 100644 (file)
@@ -41,6 +41,7 @@ typedef struct AVCUDADeviceContextInternal AVCUDADeviceContextInternal;
  */
 typedef struct AVCUDADeviceContext {
     CUcontext cuda_ctx;
+    CUstream stream;
     AVCUDADeviceContextInternal *internal;
 } AVCUDADeviceContext;