]> git.tuebingen.mpg.de Git - paraslash.git/commit
mp3_afh: Don't bail out on short files.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 24 Nov 2019 16:33:51 +0000 (17:33 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 29 Feb 2020 16:00:07 +0000 (17:00 +0100)
commit53fe4aa13235ec51f8289b167bd429e405f2817b
treeac956efd5a8e8f824101caf40f0dc14b58666a85
parent267c322e02364c331f523ce16bdadb46fd3449f8
mp3_afh: Don't bail out on short files.

It's perfectly OK to have mp3 files which are shorter than two seconds.
For example lexico.com offers mp3 downloads to learn the pronuciation
of single words. These files are often shorter than one second.

The check for short length files predates the git history. Most likely
it was added for no good reason, so drop it.
mp3_afh.c