On Tue, Aug 25, 2026 at 11:58 PM Jean-Baptiste Kempf <[email protected]> wrote:
>
> Did you start from the MVC decoder from a long time ago?

Claude was given the `britz/mvc_multi_H264Context` as context to the
original request, but no code from there was actually used.

The architecture is very different from theirs: they used an array of whole
`H264Context`s in `priv_data`, `#include "h264_refs.c"`, broadcast-by-value SPS
activation and aliased DPB pointers. This series follows the MV-HEVC template -
one context, per-view state swapped at view boundaries, shared DPB pool.
_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to