Re: [FFmpeg-devel] [PATCH] lavf/matroska: Allow AV1 in WebM

2018-09-21 Thread James Almer
On 8/20/2018 2:12 PM, Hendrik Leppkes wrote: > On Mon, Aug 20, 2018 at 7:09 PM James Almer wrote: >> >> On 8/20/2018 1:44 PM, Kagami Hiiragi wrote: >>> Nothing prevents it to work except this check. AV1 is already supported >>> by Matroska muxer and aomenc produces WebM/AV1 files as well. >>> >>>

Re: [FFmpeg-devel] [PATCH] lavf/matroska: Allow AV1 in WebM

2018-08-20 Thread Hendrik Leppkes
On Mon, Aug 20, 2018 at 7:09 PM James Almer wrote: > > On 8/20/2018 1:44 PM, Kagami Hiiragi wrote: > > Nothing prevents it to work except this check. AV1 is already supported > > by Matroska muxer and aomenc produces WebM/AV1 files as well. > > > > Signed-off-by: Kagami Hiiragi > > > > diff --git

Re: [FFmpeg-devel] [PATCH] lavf/matroska: Allow AV1 in WebM

2018-08-20 Thread James Almer
On 8/20/2018 1:44 PM, Kagami Hiiragi wrote: > Nothing prevents it to work except this check. AV1 is already supported > by Matroska muxer and aomenc produces WebM/AV1 files as well. > > Signed-off-by: Kagami Hiiragi > > diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c > index 0

[FFmpeg-devel] [PATCH] lavf/matroska: Allow AV1 in WebM

2018-08-20 Thread Kagami Hiiragi
Nothing prevents it to work except this check. AV1 is already supported by Matroska muxer and aomenc produces WebM/AV1 files as well. Signed-off-by: Kagami Hiiragi diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 09a62e1922..76cb124221 100644 --- a/libavformat/matroskaenc