Re: [FFmpeg-devel] [PATCH] libaomdec: add row_mt option

2018-09-26 Thread Tristan Matthews
On Wed, Sep 26, 2018 at 9:43 AM Hendrik Leppkes wrote: > On Wed, Sep 26, 2018 at 2:27 PM Tristan Matthews > wrote: > > > > Partially fixes #7456 > > --- > > row-mt is enabled by default in recent libaom versions, and they even > removed the option for it from aomdec, so do we really need that >

Re: [FFmpeg-devel] [PATCH] libaomdec: add row_mt option

2018-09-26 Thread Hendrik Leppkes
On Wed, Sep 26, 2018 at 2:27 PM Tristan Matthews wrote: > > Partially fixes #7456 > --- row-mt is enabled by default in recent libaom versions, and they even removed the option for it from aomdec, so do we really need that option? - Hendrik ___ ffmpeg-

[FFmpeg-devel] [PATCH] libaomdec: add row_mt option

2018-09-26 Thread Tristan Matthews
Partially fixes #7456 --- libavcodec/libaomdec.c | 62 ++ 1 file changed, 62 insertions(+) diff --git a/libavcodec/libaomdec.c b/libavcodec/libaomdec.c index 2530c9f76b..6740f98be1 100644 --- a/libavcodec/libaomdec.c +++ b/libavcodec/libaomdec.c @@ -23,20 +

Re: [FFmpeg-devel] [PATCH] libaomdec: add row_mt option

2018-09-26 Thread Paul B Mahol
On 9/26/18, Tristan Matthews wrote: > Partially fixes #7456 > --- > libavcodec/libaomdec.c | 62 ++ > 1 file changed, 62 insertions(+) > > diff --git a/libavcodec/libaomdec.c b/libavcodec/libaomdec.c > index 2530c9f76b..15cda2940a 100644 > --- a/libavcodec/

[FFmpeg-devel] [PATCH] libaomdec: add row_mt option

2018-09-25 Thread Tristan Matthews
Partially fixes #7456 --- libavcodec/libaomdec.c | 62 ++ 1 file changed, 62 insertions(+) diff --git a/libavcodec/libaomdec.c b/libavcodec/libaomdec.c index 2530c9f76b..15cda2940a 100644 --- a/libavcodec/libaomdec.c +++ b/libavcodec/libaomdec.c @@ -23,20 +