]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Make non-public functions static.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 8 Aug 2021 20:09:28 +0000 (22:09 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitda3ea6b27d13821320b39094d591e958739d44cb
tree45f6fb3db0349cb562916b1abf44f91801932edc
parentc9f23c7c737251ceb6f278fd3d3d016d754bf497
mp4: Make non-public functions static.

It's generally a good thing to reduce the scope to the compilation
unit where possible. Static functions also reduce the number of
symbols and help the compiler to optimize the generated code.
mp4.c