diff options
author | Matteo Nastasi (mop) <nastasi@alternativeoutput.it> | 2015-04-23 14:27:37 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-26 16:34:06 +0200 |
commit | 9c3c7b4579257dcd5727f651f524b9c2c52c74e1 (patch) | |
tree | 19d5209ef3de7675c205bcf77e30e3d35b256b3e | |
parent | 71043016384a069d48d84fc92e2a39ecfdc97157 (diff) | |
download | ffmpeg-9c3c7b4579257dcd5727f651f524b9c2c52c74e1.tar.gz |
avutil/log: more complete description of av_log function
-rw-r--r-- | libavutil/log.h | 2 |
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 |