On Thu, Apr 14, 2016 at 12:21:17PM +0200, wm4 wrote: > --- a/libavcodec/mmaldec.c > +++ b/libavcodec/mmaldec.c > @@ -166,7 +166,7 @@ static void ffmmal_stop_decoder(AVCodecContext *avctx) > > - assert(avpriv_atomic_get(&ctx->packets_buffered) == 0); > + av_assert0(avpriv_atomic_get(&ctx->packets_buffered) == 0);
.. because .. ? Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
