Signed-off-by: Chernenko Ruslan
---
libavcodec/videotoolbox_av1.c | 102 --
1 file changed, 72 insertions(+), 30 deletions(-)
diff --git a/libavcodec/videotoolbox_av1.c b/libavcodec/videotoolbox_av1.c
index 7f7270c466..736f2548db 100644
--- a/libavcodec/videotool
This patch adds support for hw accelerated AV1 decoding on new Apple
Silicon M3 CPUs. It's registered on the trac [1]
The first patch is the patch I used to proceed working on this feature
from Jan Ekström . I took his commit from his branch
on github [2].
This is my first patch into ffmpeg.
[