diff options
author | Anton Khirnov <anton@khirnov.net> | 2022-07-12 11:25:09 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-01-29 09:23:15 +0100 |
commit | a1a80f2e64f31755be74d8cc7afb1aafe000c29a (patch) | |
tree | d870fa655bc8c6787f5c3915224574fb8a9d055a /doc/APIchanges | |
parent | 8d73f3ce56fc90d840c83e8ab3463474d2d38046 (diff) | |
download | ffmpeg-a1a80f2e64f31755be74d8cc7afb1aafe000c29a.tar.gz |
lavc/encode: pass through frame durations to encoded packets
The generic code can only handle the no-delay case. Encoders with delay
need to be handled individually, which will be done in the following
commits.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 148962cb40..bc52a07964 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,8 +14,8 @@ libavutil: 2021-04-27 API changes, most recent first: -2023-01-xx - xxxxxxxxxx - lavc 59.59.100 - avcodec.h - Add AV_CODEC_FLAG_COPY_OPAQUE. +2023-01-29 - xxxxxxxxxx - lavc 59.59.100 - avcodec.h + Add AV_CODEC_FLAG_COPY_OPAQUE and AV_CODEC_FLAG_FRAME_DURATION. 2023-01-13 - xxxxxxxxxx - lavu 57.44.100 - ambient_viewing_environment.h frame.h Adds a new structure for holding H.274 Ambient Viewing Environment metadata, |