diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-07-09 14:53:46 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-07-15 10:19:33 +0200 |
commit | f264204de9d15f21d10a67304ee32347a5adb411 (patch) | |
tree | e64ba8dcbd8fadb605b5ec7ca716de5f97b7fad6 /doc/APIchanges | |
parent | 9557bf26b351fd4c8d213b9bb9895f9cd05ea926 (diff) | |
download | ffmpeg-f264204de9d15f21d10a67304ee32347a5adb411.tar.gz |
lavc: deprecate AV_CODEC_FLAG_DROPCHANGED
This decoding flag makes decoders drop all frames after a parameter
change, but what exactly constitutes a parameter change is not well
defined and will typically depend on the exact use case.
This functionality then does not belong in libavcodec, but rather in
user code
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 27f835cfce..5afe8bcb75 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2023-07-xx - xxxxxxxxxx - lavc 60 - avcodec.h + Deprecate AV_CODEC_FLAG_DROPCHANGED without replacement. + 2023-07-05 - xxxxxxxxxx - lavu 58.14.100 - random_seed.h Add av_random_bytes() |