aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/packet.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-10-03 16:58:21 -0300
committerJames Almer <jamrial@gmail.com>2024-10-05 14:36:04 -0300
commitcdda4c4d50d0d45ae7452e7faff370246a9667e1 (patch)
tree207ee3569f2d719e82bc532ff47e7de3bfbe82a8 /libavcodec/packet.h
parent4a098eabf9597f32d637b983f988f46612ae335c (diff)
downloadffmpeg-cdda4c4d50d0d45ae7452e7faff370246a9667e1.tar.gz
avcodec/packet: fix doxy references in AVPacketSideData
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/packet.h')
-rw-r--r--libavcodec/packet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/packet.h b/libavcodec/packet.h
index 0a28010542..bcc1917e8d 100644
--- a/libavcodec/packet.h
+++ b/libavcodec/packet.h
@@ -368,11 +368,11 @@ enum AVPacketSideDataType {
*
* Global side data is handled as follows:
* - During demuxing, it may be exported through
- * @ref AVStream.codecpar.side_data "AVStream's codec parameters", which can
+ * @ref AVCodecParameters.coded_side_data "AVStream's codec parameters", which can
* then be passed as input to decoders through the
* @ref AVCodecContext.coded_side_data "decoder context's side data", for
* initialization.
- * - For muxing, it can be fed through @ref AVStream.codecpar.side_data
+ * - For muxing, it can be fed through @ref AVCodecParameters.coded_side_data
* "AVStream's codec parameters", typically the output of encoders through
* the @ref AVCodecContext.coded_side_data "encoder context's side data", for
* initialization.