On Mon, Feb 03, 2025 at 07:35:46PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/hevc/hevcdec.c | 55 ++++++++++++++++++++++++++++++++++++++- > 1 file changed, 54 insertions(+), 1 deletion(-) seems to fail to build libavcodec/hevc/hevcdec.c: In function ‘hevc_sei_to_context’: libavcodec/hevc/hevcdec.c:4060:15: error: too few arguments to function ‘ff_frame_new_side_data_from_buf_ext’ 4060 | ret = ff_frame_new_side_data_from_buf_ext(avctx, &avctx->decoded_side_data, &avctx->nb_decoded_side_data, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [...] thx -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Rewriting code that is poorly written but fully understood is good. Rewriting code that one doesnt understand is a sign that one is less smart than the original author, trying to rewrite it will not make it better.