vlc | branch: master | Tristan Matthews <[email protected]> | Mon Dec 2 23:44:04 2019 -0500| [9d908d75a733fe488b9e59d326ef4172d46a96c9] | committer: Tristan Matthews
avcodec: map VLC_CODEC_GBRA_PLANAR Fixes #23216 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d908d75a733fe488b9e59d326ef4172d46a96c9 --- modules/codec/avcodec/chroma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/codec/avcodec/chroma.c b/modules/codec/avcodec/chroma.c index b4535a3196..5d3df026d0 100644 --- a/modules/codec/avcodec/chroma.c +++ b/modules/codec/avcodec/chroma.c @@ -188,6 +188,7 @@ static const struct #endif {VLC_CODEC_GBR_PLANAR_16L, AV_PIX_FMT_GBRP16LE, 0, 0, 0 }, {VLC_CODEC_GBR_PLANAR_16B, AV_PIX_FMT_GBRP16BE, 0, 0, 0 }, + {VLC_CODEC_GBRA_PLANAR, AV_PIX_FMT_GBRAP, 0, 0, 0 }, #ifdef AV_PIX_FMT_GBRAP10 /* 56, 1, 0 / 55, 25, 100 */ {VLC_CODEC_GBRA_PLANAR_10L, AV_PIX_FMT_GBRAP10LE, 0, 0, 0 }, {VLC_CODEC_GBRA_PLANAR_10B, AV_PIX_FMT_GBRAP10BE, 0, 0, 0 }, _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
