]> git.tuebingen.mpg.de Git - paraslash.git/commit
aac_afh: Fix check of return value of mp4ff_meta_update().
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 13 Aug 2021 19:47:47 +0000 (21:47 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 Aug 2021 18:36:10 +0000 (20:36 +0200)
commit5349f35b026544d410feba55c846ac39e80de9ad
tree603d17fa751c8faeb1c7399582734565c78ed059
parentd6a87acd98b9e451d488e31b92cdae7673c30ac6
aac_afh: Fix check of return value of mp4ff_meta_update().

This function returns zero on failure, and one on success, so the
current check for a negative return value is incorrect. The call to
mp4ff_meta_get_by_index() suffers from the same mistake.
aac_afh.c