diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-02-25 02:54:18 +0100 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-04-27 10:43:14 -0300 |
commit | d7e0d428faaa04e2fd850eca82f314ca2ad3dfe5 (patch) | |
tree | a79b58b6655ca6cd1a4bd7350fb4b6b6b1c0afec /doc/APIchanges | |
parent | 46dac8cf3d250184ab4247809bc03f60e14f4c0c (diff) | |
download | ffmpeg-d7e0d428faaa04e2fd850eca82f314ca2ad3dfe5.tar.gz |
avdevice/avdevice: Constify avdevice_list_input_sources/output_sinks
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/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 9a5cfa7dc0..c4a112bd9f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,10 @@ libavutil: 2017-10-21 API changes, most recent first: +2021-04-27 - xxxxxxxxxx - lavd yyyyyyyyy - avdevice.h + avdevice_list_input_sources and avdevice_list_output_sinks now accept + pointers to const AVInputFormat resp. const AVOutputFormat. + 2021-04-27 - xxxxxxxxxx - lavf yyyyyyyyy - avformat.h av_find_best_stream now uses a const AVCodec ** parameter for the returned decoder. |