]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Use uniform names for callback and mp4 structures.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Aug 2021 19:45:12 +0000 (21:45 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit153f946f890f7de84d7e2c6e9db6daca2dd3f6ca
tree829bdf1c1910130963c70471519a92b122aea1c1
parent5c633479e3b3b74a2090752543e9633cf36b313a
mp4: Use uniform names for callback and mp4 structures.

Currently it's a confusing mess, with callbacks called f, ff, or
stream, where the former two are also used for pointers to struct
mp4. Let's call a spade a spade and use cb everywhere for the callbacks
while f is reserved to denote an mp4 pointer.
mp4.c
mp4.h