diff options
author | Allen Day <allenday@ucla.edu> | 2004-04-11 13:50:42 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-04-11 13:50:42 +0000 |
commit | d8019eb5d8f9698e34cab5167c7978f5cf2b4249 (patch) | |
tree | 21e73360a2bece11072f38af6626ffba14a6d4cc /libavcodec/avcodec.h | |
parent | 31290c2b9bdf64c7aad83a76d1643c4ccd374492 (diff) | |
download | ffmpeg-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.h | 1 |
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 |