aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAllen Day <allenday@ucla.edu>2004-04-11 13:50:42 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-04-11 13:50:42 +0000
commitd8019eb5d8f9698e34cab5167c7978f5cf2b4249 (patch)
tree21e73360a2bece11072f38af6626ffba14a6d4cc /libavcodec/avcodec.h
parent31290c2b9bdf64c7aad83a76d1643c4ccd374492 (diff)
downloadffmpeg-d8019eb5d8f9698e34cab5167c7978f5cf2b4249.tar.gz
verbosity patch by (Allen Day <allenday at ucla dot edu>)
Originally committed as revision 2997 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 10040b2067..396d399ef9 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2113,6 +2113,7 @@ void img_copy(AVPicture *dst, const AVPicture *src,
#include <stdarg.h>
+#define AV_LOG_QUIET -1
#define AV_LOG_ERROR 0
#define AV_LOG_INFO 1
#define AV_LOG_DEBUG 2