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 == > AV_CODEC_ID_VP9 ? AV_RL32("VP90")

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 fdc0ee03e1..2d1f9aeef6 100644 > --- a/libav

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

2017-12-10 Thread Tristan Matthews
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 fdc0ee03e1..2d1f9aeef6 100644 --- a/libavformat/ivfenc.c +++ b/libavformat/ivfenc.c @@ -37,14 +37,16 @@ static i