summaryrefslogtreecommitdiff
path: root/libavcodec/vda.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vda.h')
-rw-r--r--libavcodec/vda.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libavcodec/vda.h b/libavcodec/vda.h
index 3f70cf2cf2..518bb9bfd6 100644
--- a/libavcodec/vda.h
+++ b/libavcodec/vda.h
@@ -121,6 +121,14 @@ struct vda_context {
* - decoding: Set/Unset by user.
*/
int format;
+
+ /**
+ * The pixel format for output image buffers.
+ *
+ * - encoding: unused
+ * - decoding: Set/Unset by user.
+ */
+ OSType cv_pix_fmt_type;
};
/** Creates the video decoder. */