summaryrefslogtreecommitdiffstats
path: root/media/libvpx/libvpx/vpx/vpx_encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/libvpx/libvpx/vpx/vpx_encoder.h')
-rw-r--r--media/libvpx/libvpx/vpx/vpx_encoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libvpx/libvpx/vpx/vpx_encoder.h b/media/libvpx/libvpx/vpx/vpx_encoder.h
index 809a097d94..740e7aa444 100644
--- a/media/libvpx/libvpx/vpx/vpx_encoder.h
+++ b/media/libvpx/libvpx/vpx/vpx_encoder.h
@@ -1019,6 +1019,8 @@ typedef unsigned long vpx_enc_deadline_t;
*
* \param[in] ctx Pointer to this instance's context
* \param[in] img Image data to encode, NULL to flush.
+ * Encoding sample values outside the range
+ * [0..(1<<img->bit_depth)-1] is undefined behavior.
* \param[in] pts Presentation time stamp, in timebase units.
* \param[in] duration Duration to show frame, in timebase units.
* \param[in] flags Flags to use for encoding this frame.