summaryrefslogtreecommitdiff
path: root/libavutil/log.h
diff options
context:
space:
mode:
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>2015-04-23 14:27:37 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-04-26 16:34:06 +0200
commit9c3c7b4579257dcd5727f651f524b9c2c52c74e1 (patch)
tree19d5209ef3de7675c205bcf77e30e3d35b256b3e /libavutil/log.h
parent71043016384a069d48d84fc92e2a39ecfdc97157 (diff)
avutil/log: more complete description of av_log function
Diffstat (limited to 'libavutil/log.h')
-rw-r--r--libavutil/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/log.h b/libavutil/log.h
index 51bc0a7b26..57769b803c 100644
--- a/libavutil/log.h
+++ b/libavutil/log.h
@@ -225,7 +225,7 @@ typedef struct AVClass {
* @see av_log_set_callback
*
* @param avcl A pointer to an arbitrary struct of which the first field is a
- * pointer to an AVClass struct.
+ * pointer to an AVClass struct or NULL if general log.
* @param level The importance level of the message expressed using a @ref
* lavu_log_constants "Logging Constant".
* @param fmt The format string (printf-compatible) that specifies how