Sisir Koppaka wrote: >> av_log(NULL, AV_LOG_INFO, "Hey! This is the bfi_probe() function!\n"); >> > > Will be very useful :) Can we use format specifiers in av_log (like in > printf()) to print values of variables? Absolutely. Treat it just like a printf() but with 2 extra parameters in front. -- -Mike Melanson