]> git.tuebingen.mpg.de Git - paraslash.git/commit
Constify buffer tree API.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 2 Jan 2023 13:43:42 +0000 (14:43 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 8 May 2024 17:45:52 +0000 (19:45 +0200)
commit4dfa81fee689335545bd16322cad6dbf84faa748
tree9bcac6585baa6a2526d67aec080a5bc844a30e3d
parentf64cbcc034844628b7e7817e27205cc6b48e9a18
Constify buffer tree API.

A lot of functions of the buffer tree API don't modify the memory
referenced by the pointers passed. This patch marks these pointer
arguments as constant.
12 files changed:
aacdec_filter.c
afh_recv.c
buffer_tree.c
buffer_tree.h
check_wav.c
flacdec_filter.c
mp3dec_filter.c
oggdec_filter.c
opusdec_filter.c
resample_filter.c
spxdec_filter.c
wmadec_filter.c