]> git.tuebingen.mpg.de Git - paraslash.git/commit - aac_afh.c
aac: Move declaration of mp4ff_set_sample_position() to mp4.h.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 9 Aug 2021 16:43:44 +0000 (18:43 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit54462ffff3a149a6fc916b9d4ba52cdeab8282a4
tree842779a9bcc4a6fcb03686d5d193707243150d3b
parent1827a074cce4cf2083b6bef0ceb51c26b7abf695
aac: Move declaration of mp4ff_set_sample_position() to mp4.h.

We used to provide the declaration of mp4ff_set_sample_position()
in aac_afh.c. With the internal mp4.c this is no longer necessary as
we may as well declare the function in mp4.h.

Remove the documentation since it has become stale.
aac_afh.c
mp4.h