]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
ogg: Detect missing ogg pages.
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 22 Dec 2018 17:04:28 +0000 (18:04 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 24 Feb 2019 13:23:57 +0000 (14:23 +0100)
If pages of an ogg file were cut out, for example with a command like

para_afh -r 'afh -b 100 -f foo.ogg'

the ogg audio format handler still reports the duration of the
full file. This commit makes it detect this case and adjust the
duration accordingly.

This affects all audio formats which employ the ogg container format.


No differences found