]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Simplify and doxify meta tag accessors.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 13 Aug 2021 18:51:38 +0000 (20:51 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit3fecc9a4654398b856f5722af298aa61f9407d9f
tree0c9e1864f5fd3bd0722c66bb13737b8f5ca7ac31
parent06dd900e86fee406c52f18b7dcf81f7487cb7cb6
mp4: Simplify and doxify meta tag accessors.

The integer return value is redundant, so get rid of the value
parameter and simplify meta_find_by_name() accordingly. Document that
tag values are allocated on the heap and should be freed by the caller.
aac_afh.c
mp4.c
mp4.h