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
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
> ---
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