]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Merge read_mp4a() into read_stsd().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 25 Aug 2021 16:41:07 +0000 (18:41 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:36 +0000 (21:37 +0200)
commit2ca18e6d22391a7eded4a21925a44860a9840ecf
treed56a73bd99772c04295674bce30858deba46976f
parentdc0c48a91e2970e192f2c09181ded9a11cee790d
mp4: Merge read_mp4a() into read_stsd().

This shortens the code because we already have a track pointer here
and can get rid of the duplicated check for the number of tracks.

The commit also adds the missing error check for the last read
operation, i.e. the one which reads the sample rate.
mp4.c