diff options
author | softworkz <softworkz@hotmail.com> | 2025-02-07 14:34:27 +0000 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2025-02-16 15:41:40 +0100 |
commit | c79cdae377722180e4b243d5384076aec82938ed (patch) | |
tree | cc838636089d801a7f05c124d9b20feee293ebe7 /doc/APIchanges | |
parent | e417f939da2d04abfe6ad1f93aa47be334b66771 (diff) | |
download | ffmpeg-c79cdae377722180e4b243d5384076aec82938ed.tar.gz |
avutil/log: support logging of date and time information
Signed-off-by: softworkz <softworkz@hotmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 28bd50d4b5..ac506f4b56 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2025-02-xx - xxxxxxxxxx - lavu 59.57.100 - log.h + Add flags AV_LOG_PRINT_TIME and AV_LOG_PRINT_DATETIME. + 2025-02-09 - xxxxxxxxxx - lavc 61.32.100 - codec_id.h Add AV_CODEC_ID_IVTV_VBI. |