mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
avcodec/packet: fix doxy references in AVPacketSideData
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -368,11 +368,11 @@ enum AVPacketSideDataType {
|
|||||||
*
|
*
|
||||||
* Global side data is handled as follows:
|
* Global side data is handled as follows:
|
||||||
* - During demuxing, it may be exported through
|
* - 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
|
* then be passed as input to decoders through the
|
||||||
* @ref AVCodecContext.coded_side_data "decoder context's side data", for
|
* @ref AVCodecContext.coded_side_data "decoder context's side data", for
|
||||||
* initialization.
|
* 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
|
* "AVStream's codec parameters", typically the output of encoders through
|
||||||
* the @ref AVCodecContext.coded_side_data "encoder context's side data", for
|
* the @ref AVCodecContext.coded_side_data "encoder context's side data", for
|
||||||
* initialization.
|
* initialization.
|
||||||
|
|||||||
Reference in New Issue
Block a user