diff options
author | James Almer <jamrial@gmail.com> | 2021-09-17 00:06:45 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-09-17 13:28:09 -0300 |
commit | ccfdef79b132bef49f4654266d5d3da8d1deb305 (patch) | |
tree | eaba4efc2744aa3020c2b19054789e4e7d2e864c /doc | |
parent | f58abfbedc35737ca5a732acbb0448e771a236f8 (diff) | |
download | ffmpeg-ccfdef79b132bef49f4654266d5d3da8d1deb305.tar.gz |
avutil/buffer: constify some function parameters
Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Signed-off-by: James Almer <jamrial@gmail.com>
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 d03e3233ba..cf6105c99e 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -14,6 +14,10 @@ libavutil: 2021-04-27 API changes, most recent first: +2021-09-17 - xxxxxxxxxx - lavu 57.5.101 - buffer.h + Constified the input parameters in av_buffer_replace(), av_buffer_ref(), + and av_buffer_pool_buffer_get_opaque(). + 2021-09-08 - xxxxxxxxxx - lavu 57.5.100 - hwcontext_d3d11va.h Add AVD3D11VAFramesContext.texture_infos |