changeset 368:08e042299038 libavformat

(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
author michael
date Sun, 22 Feb 2004 00:31:19 +0000
parents 3fca8e9142a4
children b2a0f47067ed
files framehook.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/framehook.c	Fri Feb 20 14:39:15 2004 +0000
+++ b/framehook.c	Sun Feb 22 00:31:19 2004 +0000
@@ -18,8 +18,8 @@
  */
 #include <errno.h>
 #include "config.h"
+#include "avformat.h"
 #include "framehook.h"
-#include "avformat.h"
 
 #ifdef CONFIG_HAVE_DLFCN
 #include <dlfcn.h>