Thursday 22 April 2010

using printf in libavcodec

Although av_log is preferred, you can use printf statements for your own personal debugging processes by adding

#undef printf

before any of your own code.

No comments: