MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_get_coded_side_data

Function ff_get_coded_side_data

libavcodec/decode.c:1359–1363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1357}
1358
1359const AVPacketSideData *ff_get_coded_side_data(const AVCodecContext *avctx,
1360 enum AVPacketSideDataType type)
1361{
1362 return packet_side_data_get(avctx->coded_side_data, avctx->nb_coded_side_data, type);
1363}
1364
1365static int side_data_stereo3d_merge(AVFrameSideData *sd_frame,
1366 const AVPacketSideData *sd_pkt)

Callers 3

av1_decode_initFunction · 0.85
libdav1d_initFunction · 0.85
hevc_decode_initFunction · 0.85

Calls 1

packet_side_data_getFunction · 0.85

Tested by

no test coverage detected