From ebf7c040577e0280c9539ccca34655b30c04df7f Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 14 Mar 2018 19:42:24 +0100 Subject: img_format.h: cosmetics: fix whitespace --- video/img_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/img_format.h b/video/img_format.h index d911e3e2ab..c316afa94d 100644 --- a/video/img_format.h +++ b/video/img_format.h @@ -201,8 +201,8 @@ enum mp_imgfmt { IMGFMT_VIDEOTOOLBOX, // CVPixelBufferRef IMGFMT_MEDIACODEC, // AVMediaCodecBuffer IMGFMT_DRMPRIME, // AVDRMFrameDescriptor - IMGFMT_CUDA, // CUDA Buffer + // Generic pass-through of AV_PIX_FMT_*. Used for formats which don't have // a corresponding IMGFMT_ value. IMGFMT_AVPIXFMT_START, -- cgit v1.2.3