mirror of https://github.com/mpv-player/mpv
img_format.h: cosmetics: fix whitespace
This commit is contained in:
parent
bfb3a78964
commit
ebf7c04057
|
@ -201,8 +201,8 @@ enum mp_imgfmt {
|
||||||
IMGFMT_VIDEOTOOLBOX, // CVPixelBufferRef
|
IMGFMT_VIDEOTOOLBOX, // CVPixelBufferRef
|
||||||
IMGFMT_MEDIACODEC, // AVMediaCodecBuffer
|
IMGFMT_MEDIACODEC, // AVMediaCodecBuffer
|
||||||
IMGFMT_DRMPRIME, // AVDRMFrameDescriptor
|
IMGFMT_DRMPRIME, // AVDRMFrameDescriptor
|
||||||
|
|
||||||
IMGFMT_CUDA, // CUDA Buffer
|
IMGFMT_CUDA, // CUDA Buffer
|
||||||
|
|
||||||
// Generic pass-through of AV_PIX_FMT_*. Used for formats which don't have
|
// Generic pass-through of AV_PIX_FMT_*. Used for formats which don't have
|
||||||
// a corresponding IMGFMT_ value.
|
// a corresponding IMGFMT_ value.
|
||||||
IMGFMT_AVPIXFMT_START,
|
IMGFMT_AVPIXFMT_START,
|
||||||
|
|
Loading…
Reference in New Issue