diff options
author | Nicolas George <george@nsup.org> | 2019-12-26 19:32:23 +0100 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2020-08-21 11:01:39 +0200 |
commit | 06f26512046de1a84e045d219e7fa211c37ad0e4 (patch) | |
tree | 711ef7a0823031d953c092095dc207a38b083769 /doc | |
parent | 412d63fe72d4398d0ffd271a9bd30c6ac9fc0deb (diff) | |
download | ffmpeg-06f26512046de1a84e045d219e7fa211c37ad0e4.tar.gz |
lavu/avstring: deprecate av_d2str().
It is no longer used in our code base and does not seem
to be used much in other projects.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index a9bf1afd4c..c4a4471ecc 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2017-10-21 API changes, most recent first: +======= +2020-08-21 - xxxxxxxxxx - lavu 56.58.100 - avstring.h + Deprecate av_d2str(). Use av_asprintf() instead. + 2020-08-04 - xxxxxxxxxx - lavu 56.58.100 - channel_layout.h Add AV_CH_LAYOUT_22POINT2 together with its newly required pieces: AV_CH_TOP_SIDE_LEFT, AV_CH_TOP_SIDE_RIGHT, AV_CH_BOTTOM_FRONT_CENTER, |