X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fpixdesc.c;h=eb0dc9d311a4102307e4fd0aa482bae577de06e2;hb=8015150f43875531f05e31ac5021ea676fb20e40;hp=1699646093538abf9a8de56c481cb29f28f171f5;hpb=1919827f2c2bdf55264e3ed52cacf12b1289789f;p=ffmpeg diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c index 16996460935..eb0dc9d311a 100644 --- a/libavutil/pixdesc.c +++ b/libavutil/pixdesc.c @@ -1632,6 +1632,10 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = { }, .flags = AV_PIX_FMT_FLAG_BE | AV_PIX_FMT_FLAG_ALPHA, }, + [AV_PIX_FMT_VIDEOTOOLBOX] = { + .name = "videotoolbox_vld", + .flags = AV_PIX_FMT_FLAG_HWACCEL, + }, [AV_PIX_FMT_GBRP] = { .name = "gbrp", .nb_components = 3,