summaryrefslogtreecommitdiffstats
path: root/video/img_format.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/img_format.h')
-rw-r--r--video/img_format.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/video/img_format.h b/video/img_format.h
index c316afa94d..1b5e97a8d3 100644
--- a/video/img_format.h
+++ b/video/img_format.h
@@ -163,6 +163,9 @@ enum mp_imgfmt {
// Like IMGFMT_NV12, but with 10 bits per component (and 6 bits of padding)
IMGFMT_P010,
+ // Like IMGFMT_NV12, but for 4:4:4
+ IMGFMT_NV24,
+
// RGB/BGR Formats
// Byte accessed (low address to high address)