]> 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>
Sun, 17 Mar 2024 11:34:44 +0000 (12:34 +0100)
commitfe3a6f4e78e22892bca5fd4b4660e1e15e63f4ff
tree56c1f9c88b52cdd39d8af3bd5f7a3c9ef3f683bf
parentdfde42473eb151ddebf05da480012fcbebfc3f07
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