]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/videotoolbox.h
Merge commit '03adfe913062c6995136eb1ca51152b6d596c0f4'
[ffmpeg] / libavcodec / videotoolbox.h
index a48638e2b224fce5c220b87e774bf5aa02629cab..af2db0d580932f1e2c04606e2f1a856468bafbf8 100644 (file)
@@ -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;