]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Remove const qualifier from non-pointer function arguments.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 10 Aug 2021 16:57:42 +0000 (18:57 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit7ad4f6956b29a166b496827331c402895b13772a
tree3146c556d0819ee5deb956c2640a038ab9107799
parentfd11b7738de8b2961774737731de6b1b084120c8
mp4: Remove const qualifier from non-pointer function arguments.

In contrast to the pointer case, it's generally not very interesting
to know whether a function will modify the automatic variable which
corresponds to a non-pointer argument.
mp4.c
mp4.h