img_format.h: cosmetics: fix whitespace

This commit is contained in:
wm4 2018-03-14 19:42:24 +01:00 committed by Kevin Mitchell
parent bfb3a78964
commit ebf7c04057
1 changed files with 1 additions and 1 deletions

View File

@ -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,