diff options
Diffstat (limited to 'libavcodec/videotoolbox.h')
-rw-r--r-- | libavcodec/videotoolbox.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/videotoolbox.h b/libavcodec/videotoolbox.h index a48638e2b2..af2db0d580 100644 --- a/libavcodec/videotoolbox.h +++ b/libavcodec/videotoolbox.h @@ -58,7 +58,8 @@ typedef struct AVVideotoolboxContext { /** * CVPixelBuffer Format Type that Videotoolbox will use for decoded frames. - * set by the caller. + * set by the caller. If this is set to 0, then no specific format is + * requested from the decoder, and its native format is output. */ OSType cv_pix_fmt_type; |