On 14/04/16 12:21, wm4 wrote:
> From: Michael Niedermayer <[email protected]>
> 
> Signed-off-by: Michael Niedermayer <[email protected]>
> ---
>  libavcodec/mmaldec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/mmaldec.c b/libavcodec/mmaldec.c
> index a0685ea..5986658 100644
> --- a/libavcodec/mmaldec.c
> +++ b/libavcodec/mmaldec.c
> @@ -166,7 +166,7 @@ static void ffmmal_stop_decoder(AVCodecContext *avctx)
>      }
>      ctx->waiting_buffers_tail = NULL;
>  
> -    assert(avpriv_atomic_get(&ctx->packets_buffered) == 0);
> +    av_assert0(avpriv_atomic_get(&ctx->packets_buffered) == 0);
>  
>      ctx->frames_output = ctx->eos_received = ctx->eos_sent = 
> ctx->packets_sent = ctx->extradata_sent = 0;
>  }
> 

I'd rather not.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to