This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 65635453cb0c08f99db81dfeacef27ee86f8bf6d Author: Marvin Scholz <[email protected]> AuthorDate: Tue Apr 21 19:25:13 2026 +0200 Commit: Marvin Scholz <[email protected]> CommitDate: Wed May 13 15:19:11 2026 +0200 avcodec: map IAMF packet side data to frame side data --- libavcodec/decode.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/decode.c b/libavcodec/decode.c index d64f089b82..c82e357845 100644 --- a/libavcodec/decode.c +++ b/libavcodec/decode.c @@ -1549,6 +1549,9 @@ int ff_decode_frame_props_from_pkt(const AVCodecContext *avctx, { AV_PKT_DATA_S12M_TIMECODE, AV_FRAME_DATA_S12M_TIMECODE }, { AV_PKT_DATA_SKIP_SAMPLES, AV_FRAME_DATA_SKIP_SAMPLES }, { AV_PKT_DATA_LCEVC, AV_FRAME_DATA_LCEVC }, + { AV_PKT_DATA_IAMF_MIX_GAIN_PARAM, AV_FRAME_DATA_IAMF_MIX_GAIN_PARAM }, + { AV_PKT_DATA_IAMF_DEMIXING_INFO_PARAM, AV_FRAME_DATA_IAMF_DEMIXING_INFO_PARAM }, + { AV_PKT_DATA_IAMF_RECON_GAIN_INFO_PARAM, AV_FRAME_DATA_IAMF_RECON_GAIN_INFO_PARAM }, { AV_PKT_DATA_NB } }; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
