Re: [FFmpeg-devel] [PATCH v2] lavc/vvc: Skip enhancement layer NAL units

2024-04-18 Thread James Almer
On 4/18/2024 5:26 PM, Frank Plowman wrote: The native VVC decoder does not yet support quality/spatial/multiview scalability. Bitstreams requiring this feature could cause crashes. Patch fixes this by skipping NAL units which are not in the base layer, warning the user while doing so. Signed-of

[FFmpeg-devel] [PATCH v2] lavc/vvc: Skip enhancement layer NAL units

2024-04-18 Thread Frank Plowman
The native VVC decoder does not yet support quality/spatial/multiview scalability. Bitstreams requiring this feature could cause crashes. Patch fixes this by skipping NAL units which are not in the base layer, warning the user while doing so. Signed-off-by: Frank Plowman --- Changes since v1: *