summaryrefslogtreecommitdiffstats
path: root/video/repack.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/repack.h')
-rw-r--r--video/repack.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/video/repack.h b/video/repack.h
index fa81ca9df2..7afe7ed845 100644
--- a/video/repack.h
+++ b/video/repack.h
@@ -10,6 +10,10 @@ enum {
// Expand some (not all) low bit depth fringe formats to 8 bit on unpack.
REPACK_CREATE_EXPAND_8BIT = (1 << 1),
+
+ // For mp_repack_create_planar(). If specified, the planar format uses a
+ // float 32 bit sample format. No range expansion is done.
+ REPACK_CREATE_PLANAR_F32 = (1 << 2),
};
struct mp_repack;