Hi, Quoting Jose Santiago (2024-11-08 18:05:14) > From 613629758c059c941a43c3e1b64de59f4076f746 Mon Sep 17 00:00:00 2001 > From: Jose Santiago <jsanti...@haivision.com> > Date: Fri, 8 Nov 2024 10:57:07 -0600 > Subject: [PATCH V7] Patch to add interlaced HEVC decoding to HEVCDEC > > V7 Fixes FATE regression and cropping for reconstructed field pictures. > > --- > libavcodec/hevc/hevcdec.c | 24 ++- > libavcodec/hevc/hevcdec.h | 13 ++ > libavcodec/hevc/refs.c | 426 +++++++++++++++++++++++++++++++++++++- > libavcodec/hevc/sei.c | 16 +- > libavcodec/hevc/sei.h | 129 +++++++++++- > 5 files changed, 583 insertions(+), 25 deletions(-)
This seems like way too much complexity for what essentially seems to be just weave inside a decoder. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".