Re: [FFmpeg-devel] [PATCH] vp9: assert -> av_assert and fix associated compile error.

2017-09-11 Thread Ronald S. Bultje
Hi, On Mon, Sep 11, 2017 at 3:58 PM, James Almer wrote: > On 9/11/2017 4:41 PM, Ronald S. Bultje wrote: > > --- > > libavcodec/vp9.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c > > index f626f81..66ccb6c 100644 > > --- a/lib

Re: [FFmpeg-devel] [PATCH] vp9: assert -> av_assert and fix associated compile error.

2017-09-11 Thread James Almer
On 9/11/2017 4:41 PM, Ronald S. Bultje wrote: > --- > libavcodec/vp9.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c > index f626f81..66ccb6c 100644 > --- a/libavcodec/vp9.c > +++ b/libavcodec/vp9.c > @@ -1603,7 +1603,7 @@ FF_ENABLE_D

[FFmpeg-devel] [PATCH] vp9: assert -> av_assert and fix associated compile error.

2017-09-11 Thread Ronald S. Bultje
--- libavcodec/vp9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vp9.c b/libavcodec/vp9.c index f626f81..66ccb6c 100644 --- a/libavcodec/vp9.c +++ b/libavcodec/vp9.c @@ -1603,7 +1603,7 @@ FF_ENABLE_DEPRECATION_WARNINGS if (avctx->active_thread_type == FF