avcodec/packet: add an LCEVC enhancement data payload side data type

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2024-08-29 10:36:06 -03:00
parent 5fa9c4e596
commit df609af8e4
5 changed files with 12 additions and 1 deletions

View File

@@ -1434,6 +1434,7 @@ int ff_decode_frame_props_from_pkt(const AVCodecContext *avctx,
{ AV_PKT_DATA_DYNAMIC_HDR10_PLUS, AV_FRAME_DATA_DYNAMIC_HDR_PLUS },
{ 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 },
};
frame->pts = pkt->pts;