diff options
author | Sebastien Zwickert <dilaroga@free.fr> | 2011-11-09 21:08:09 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-09 21:19:39 +0100 |
commit | 701e5348d44f22e3bcbb0987cc08f9b80f6af832 (patch) | |
tree | 6f3d0e3996c74efa2ee3db20a5893fc43dbdcf86 /libavcodec/vda.h | |
parent | e7062a1e9fae9c4846a6989dee8b0e78454b69ae (diff) | |
download | ffmpeg-701e5348d44f22e3bcbb0987cc08f9b80f6af832.tar.gz |
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.h | 8 |
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. */ |