]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp4: Return proper types for sample rate and count.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 27 Aug 2021 17:10:51 +0000 (19:10 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 27 Jun 2022 14:45:56 +0000 (16:45 +0200)
commitc2e987abfcf711c85e00fc11b9ef00d38ad89f3a
tree8462f07b36553c0a535b7f0078133f6cdc615ec3
parenta318723afb0893cbbacfd5ad5bce356ac1ddfd7a
mp4: Return proper types for sample rate and count.

The sample rate and the number of samples are stored as 16-bit/32-bit
unsigned integers in the mp4 file, so let mp4_get_sample_rate()
and mp4_num_samples() return these types.
mp4.c
mp4.h