aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2021-02-25 01:53:40 +0100
committerJames Almer <jamrial@gmail.com>2021-04-27 10:43:14 -0300
commit46dac8cf3d250184ab4247809bc03f60e14f4c0c (patch)
treec5fabc231ab840ba7cafbe0e722dff0fe2148dd7 /doc/APIchanges
parent626535f6a169e2d821b969e0ea77125ba7482113 (diff)
downloadffmpeg-46dac8cf3d250184ab4247809bc03f60e14f4c0c.tar.gz
avformat/avformat, utils: Make av_find_best_stream const-correct
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 9b7a2d4b99..9a5cfa7dc0 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,10 @@ libavutil: 2017-10-21
API changes, most recent first:
+2021-04-27 - xxxxxxxxxx - lavf yyyyyyyyy - avformat.h
+ av_find_best_stream now uses a const AVCodec ** parameter
+ for the returned decoder.
+
2021-04-27 - xxxxxxxxxx - lavc yyyyyyyyy - codec.h
avcodec_find_encoder_by_name(), avcodec_find_encoder(),
avcodec_find_decoder_by_name() and avcodec_find_decoder()