Hi, On Mon, May 30, 2011 at 2:07 PM, Diego Biurrun <[email protected]> wrote: > --- > libavcodec/motion_est.c | 2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c > index 4d4377b..5f10456 100644 > --- a/libavcodec/motion_est.c > +++ b/libavcodec/motion_est.c > @@ -1119,8 +1119,6 @@ void ff_estimate_p_frame_motion(MpegEncContext * s, > // pic->mb_cmp_score[s->mb_stride * mb_y + mb_x] = dmin; > c->mc_mb_var_sum_temp += (vard+128)>>8; > > - av_dlog(s, "varc=%4d avg_var=%4d (sum=%4d) vard=%4d mx=%2d my=%2d\n", > - varc, s->avg_mb_var, sum, vard, mx - xx, my - yy);
Why does it fail to compile? Can it be fixed? Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
