Re: [FFmpeg-devel] [PATCH] vp9: fix show-existing-frames for multi-threading.

2015-04-30 Thread Michael Niedermayer
On Thu, Apr 30, 2015 at 05:10:35PM -0300, James Almer wrote: > On 30/04/15 5:03 PM, Ronald S. Bultje wrote: > > This also fixes intra-only MT failures (it was the same bug), see trac > > 4526 and 4527. > > --- > > libavcodec/vp9.c | 7 +++ > > 1 file changed, 7 insertions(+) > > > > diff --gi

Re: [FFmpeg-devel] [PATCH] vp9: fix show-existing-frames for multi-threading.

2015-04-30 Thread James Almer
On 30/04/15 5:03 PM, Ronald S. Bultje wrote: > This also fixes intra-only MT failures (it was the same bug), see trac > 4526 and 4527. > --- > libavcodec/vp9.c | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c > index d5d8030..71ed4e6 100644 > ---

[FFmpeg-devel] [PATCH] vp9: fix show-existing-frames for multi-threading.

2015-04-30 Thread Ronald S. Bultje
This also fixes intra-only MT failures (it was the same bug), see trac 4526 and 4527. --- libavcodec/vp9.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index d5d8030..71ed4e6 100644 --- a/libavcodec/vp9.c +++ b/libavcodec/vp9.c @@ -3752,6 +3752,13