Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Zwickert <dilaroga@free.fr>2011-11-10 00:08:09 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-11-10 00:19:39 +0400
commit701e5348d44f22e3bcbb0987cc08f9b80f6af832 (patch)
tree6f3d0e3996c74efa2ee3db20a5893fc43dbdcf86 /libavcodec/vda.h
parente7062a1e9fae9c4846a6989dee8b0e78454b69ae (diff)
vda: set destination image buffer attributes.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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. */