diff mbox series

[FFmpeg-devel,1/2] avcodec/packet: mention an example source for frame cropping information

Message ID 20240710144931.1874-1-jamrial@gmail.com
State New
Headers show
Series [FFmpeg-devel,1/2] avcodec/packet: mention an example source for frame cropping information | expand

Checks

Context Check Description
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

James Almer July 10, 2024, 2:49 p.m. UTC
Signed-off-by: James Almer <jamrial@gmail.com>
---
 libavcodec/packet.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/libavcodec/packet.h b/libavcodec/packet.h
index 13667ffa36..fa73edaf85 100644
--- a/libavcodec/packet.h
+++ b/libavcodec/packet.h
@@ -328,7 +328,8 @@  enum AVPacketSideDataType {
 
     /**
      * The number of pixels to discard from the top/bottom/left/right border of the
-     * decoded frame to obtain the sub-rectangle intended for presentation.
+     * decoded frame to obtain the sub-rectangle intended for presentation (e.g.
+     * ISOBMFF clean apperture and Matroska crop elements).
      *
      * @code
      * u32le crop_top