Commit Graph

1 Commits

Author SHA1 Message Date
Moritz Bunkus
929c4485d7
MP4/QuickTime reader: handle PCM with in24 FourCC
Seems the sample file contains "16" as the number of bits per sample
in the audio track headers — which is obviously wrong for `in24`,
which uses 24 bits per sample. So force it to 24 for that FourCC.

Fixes #2391.
2018-10-01 10:37:40 +02:00