(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get
Originally committed as revision 2806 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
*/
|
||||
#include <errno.h>
|
||||
#include "config.h"
|
||||
#include "framehook.h"
|
||||
#include "avformat.h"
|
||||
#include "framehook.h"
|
||||
|
||||
#ifdef CONFIG_HAVE_DLFCN
|
||||
#include <dlfcn.h>
|
||||
|
||||
Reference in New Issue
Block a user