mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avutil/log: more complete description of av_log function
This commit is contained in:
parent
7104301638
commit
9c3c7b4579
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue