[FFmpeg-devel] [PATCH] ivfenc: add AV1 support
Ronald S. Bultje
rsbultje at gmail.com
Wed Dec 13 18:08:59 EET 2017
Hi,
On Sun, Dec 10, 2017 at 6:28 PM, Tristan Matthews <tmatth at videolan.org>
wrote:
> - avio_wl32(pb, par->codec_tag ? par->codec_tag : par->codec_id ==
> AV_CODEC_ID_VP9 ? AV_RL32("VP90") : AV_RL32("VP80"));
> + avio_wl32(pb, par->codec_tag ? par->codec_tag : par->codec_id ==
> AV_CODEC_ID_VP9 ? AV_RL32("VP90") :
> + par->codec_id == AV_CODEC_ID_VP8 ? AV_RL32("VP80") :
> AV_RL32("AV01"));
I'm frowning at you.
Ronald
More information about the ffmpeg-devel
mailing list