]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Make struct mp4ff opaque, hide struct mp4ff_track.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 9 Aug 2021 22:06:48 +0000 (00:06 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commitc86e86cebcba879191eacea04a0e7c5d019877e4
tree3e1c4a7158a094acd7e85a233efe2207e75b781b
parent66491ab8498a5b57930fae018d0022579c2c17bb
mp4: Make struct mp4ff opaque, hide struct mp4ff_track.

For the former, code outside of mp4.c only needs a pointer while the
latter does not need to be exposed at all.

Fix the indentation of the two declarations while at it.
mp4.c
mp4.h