On Mon, Jul 03, 2017 at 08:20:20PM +0200, Luca Barbato wrote:
> On 6/28/17 12:27 AM, Diego Biurrun wrote:
> > +    av_log(avctx, AV_LOG_INFO, "strip coding stats: %i V1 mode, %i V4 
> > mode, %i MC mode (%i V1 encs, %i V4 encs, %i skips)\n",
> > +        s->num_v1_mode, s->num_v4_mode, s->num_mc_mode, s->num_v1_encs, 
> > s->num_v4_encs, s->num_skips);
> 
> This should be verbose.

This is put under #if CINEPAKENC_DEBUG in 2/9 and dropped together with
the rest of the debug code in 4/9, so I won't bother.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to