]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Mark callback function pointers as const.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Aug 2021 19:56:09 +0000 (21:56 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitbcb1b6fdd7a95348403f77d209c09e885654f672
tree59a4ad237f43b2a859c265e3a7692a1301acc657
parent153f946f890f7de84d7e2c6e9db6daca2dd3f6ca
mp4: Mark callback function pointers as const.

The code in mp4.c never modifies any of the members of the callback
structure.
mp4.c
mp4.h