Re: [FFmpeg-devel] [PATCH] ivfenc: add AV1 support

2017-12-13 Thread Ronald S. Bultje
Hi, On Sun, Dec 10, 2017 at 6:28 PM, Tristan Matthews 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 == >

Re: [FFmpeg-devel] [PATCH] ivfenc: add AV1 support

2017-12-13 Thread Rostislav Pehlivanov
On 10 December 2017 at 23:28, Tristan Matthews wrote: > libaom tools work with ivf files. > --- > libavformat/ivfenc.c | 9 ++--- > 1 file changed, 6 insertions(+), 3 deletions(-) > > diff --git a/libavformat/ivfenc.c b/libavformat/ivfenc.c > index