On Mon, Jun 06, 2011 at 12:39:28PM -0400, Ronald S. Bultje wrote: > Him Her
> On Mon, Jun 6, 2011 at 11:09 AM, Diego Biurrun <[email protected]> wrote: > > #ifdef DEBUG_SEEK > > - printf("movi_end=0x%"PRIx64"\n", avi->movi_end); > > + av_log(s, AV_LOG_DEBUG, "movi_end=0x%"PRIx64"\n", avi->movi_end); > > #endif > > Is there a particular reason that this code does not use av_dlog()? Yes, av_dlog reacts to a #definition of DEBUG, while this code reacts to DEBUG_SEEK being #defined or not. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
