]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Provide return value for mp4_set_sample_position().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 18 Aug 2021 18:59:25 +0000 (20:59 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit6676c08aba77219683f50c02ad7f9b0812a11749
tree254b1a6dc1255fa4ee6a22c4cc746ee4f1771441
parent6663ff04ae902bdea92b35b3b8dbdccd459d9099
mp4: Provide return value for mp4_set_sample_position().

This function fails if the given parameters are invalid. Detect this
and return EINVAL in this case. Add corresponding error checking to
the aac audio format handler.
aac_afh.c
mp4.c
mp4.h