You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avutil/log: more complete description of av_log function
This commit is contained in:
committed by
Michael Niedermayer
parent
7104301638
commit
9c3c7b4579
@@ -225,7 +225,7 @@ typedef struct AVClass {
|
|||||||
* @see av_log_set_callback
|
* @see av_log_set_callback
|
||||||
*
|
*
|
||||||
* @param avcl A pointer to an arbitrary struct of which the first field is a
|
* @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
|
* @param level The importance level of the message expressed using a @ref
|
||||||
* lavu_log_constants "Logging Constant".
|
* lavu_log_constants "Logging Constant".
|
||||||
* @param fmt The format string (printf-compatible) that specifies how
|
* @param fmt The format string (printf-compatible) that specifies how
|
||||||
|
Reference in New Issue
Block a user