[FFmpeg-cvslog] avcodec/packet: fix doxy references in AVPacketSideData

James Almer git at videolan.org
Sat Oct 5 20:38:05 EEST 2024


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Oct  3 16:58:21 2024 -0300| [cdda4c4d50d0d45ae7452e7faff370246a9667e1] | committer: James Almer

avcodec/packet: fix doxy references in AVPacketSideData

Signed-off-by: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cdda4c4d50d0d45ae7452e7faff370246a9667e1
---

 libavcodec/packet.h | 4 ++--
 1 file 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.



More information about the ffmpeg-cvslog mailing list