avcodec/hevc/sei: remove unused inline function

It's also a pointless indirection.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2024-11-11 20:00:34 -03:00
parent 66014c79ab
commit 2d3281b9dd
1 changed files with 0 additions and 5 deletions

View File

@ -109,11 +109,6 @@ struct HEVCParamSets;
int ff_hevc_decode_nal_sei(GetBitContext *gb, void *logctx, HEVCSEI *s, int ff_hevc_decode_nal_sei(GetBitContext *gb, void *logctx, HEVCSEI *s,
const struct HEVCParamSets *ps, enum HEVCNALUnitType type); const struct HEVCParamSets *ps, enum HEVCNALUnitType type);
static inline int ff_hevc_sei_ctx_replace(HEVCSEI *dst, const HEVCSEI *src)
{
return ff_h2645_sei_ctx_replace(&dst->common, &src->common);
}
/** /**
* Reset SEI values that are stored on the Context. * Reset SEI values that are stored on the Context.
* e.g. Caption data that was extracted during NAL * e.g. Caption data that was extracted during NAL