diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2020-01-16 16:34:07 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-02-12 10:25:25 +0100 |
commit | 3182114f8815cb3324dd300d8254ecdb07dbe097 (patch) | |
tree | cfd25373619b9cd168cd2bbd59c86a92a4c8fd84 /doc | |
parent | f15007afa90a3eb3639848d9702c1cc3ac3e896b (diff) | |
download | ffmpeg-3182114f8815cb3324dd300d8254ecdb07dbe097.tar.gz |
avutil/log: Add av_log_once() for printing a message just once with a high log level
Compared to ad-hoc if(printed) ... code this allows the user to disable
it by adjusting the log level
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 81969c301c..30f188d6aa 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2020-02-12 - xxxxxxxxxx - lavu 56.40.100 - log.h + Add av_log_once(). + 2020-02-04 - xxxxxxxxxx - lavu 56.39.100 - hwcontext.h Add AV_PIX_FMT_VULKAN Add AV_HWDEVICE_TYPE_VULKAN and implementation. |