summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-03-14 19:42:24 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-03-15 23:13:53 -0700
commitebf7c040577e0280c9539ccca34655b30c04df7f (patch)
tree6edc1224536d416d43e627eccc4a63e0376cd317
parentbfb3a78964c7f059d175f6512cfcd365a57ca4ac (diff)
downloadmpv-ebf7c040577e0280c9539ccca34655b30c04df7f.tar.bz2
mpv-ebf7c040577e0280c9539ccca34655b30c04df7f.tar.xz
img_format.h: cosmetics: fix whitespace
-rw-r--r--video/img_format.h2
1 files changed, 1 insertions, 1 deletions
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,