Re: [FFmpeg-devel] [PATCH v2] avcodec/av1dec: honor the requested skip_frame level

2022-01-11 Thread James Almer
On 1/9/2022 4:18 PM, James Almer wrote: This supports dropping non-intra, non-key, or all frames. Signed-off-by: James Almer --- Now dropping the frames without decoding them. Untested with actual hardware. Tested by nevcairiel and confirmed to work, so will apply. libavcodec/av1dec.

[FFmpeg-devel] [PATCH v2] avcodec/av1dec: honor the requested skip_frame level

2022-01-09 Thread James Almer
This supports dropping non-intra, non-key, or all frames. Signed-off-by: James Almer --- Now dropping the frames without decoding them. Untested with actual hardware. libavcodec/av1dec.c | 68 ++--- 1 file changed, 39 insertions(+), 29 deletions(-) diff