Him

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()?

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

Reply via email to