[FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: Add HEVC 4:2:2 10-bit encoding profile

2023-09-11 Thread AdrianEddy
--- libavcodec/avcodec.h | 1 + libavcodec/videotoolboxenc.c | 11 +-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index da3c5234a0..51e63f72ec 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1691,6

[FFmpeg-devel] [PATCH] [VideoToolbox] Add HEVC 4:2:2 10-bit encoding profile

2023-08-18 Thread AdrianEddy
--- libavcodec/avcodec.h | 1 + libavcodec/videotoolboxenc.c | 15 +++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 649411ac79..fdcf3905de 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@