X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Flibvpx.c;h=1eca97a081f03736a68293d801ef087321f1ab65;hb=7ca422bb1b8f80f8412a229454a8ac6bd9655ae8;hp=55edc7ecb53f8cd2876a1b7b1c8c3371cbbfc8b9;hpb=2aff557c6acbce2b2b604c6c620c66c892260062;p=ffmpeg diff --git a/libavcodec/libvpx.c b/libavcodec/libvpx.c index 55edc7ecb53..1eca97a081f 100644 --- a/libavcodec/libvpx.c +++ b/libavcodec/libvpx.c @@ -29,12 +29,14 @@ static const enum AVPixelFormat vp9_pix_fmts_def[] = { AV_PIX_FMT_YUV420P, + AV_PIX_FMT_YUVA420P, AV_PIX_FMT_NONE }; #if CONFIG_LIBVPX_VP9_ENCODER static const enum AVPixelFormat vp9_pix_fmts_highcol[] = { AV_PIX_FMT_YUV420P, + AV_PIX_FMT_YUVA420P, AV_PIX_FMT_YUV422P, AV_PIX_FMT_YUV440P, AV_PIX_FMT_YUV444P, @@ -46,6 +48,7 @@ static const enum AVPixelFormat vp9_pix_fmts_highcol[] = { static const enum AVPixelFormat vp9_pix_fmts_highbd[] = { AV_PIX_FMT_YUV420P, + AV_PIX_FMT_YUVA420P, AV_PIX_FMT_YUV422P, AV_PIX_FMT_YUV440P, AV_PIX_FMT_YUV444P,