vorbis: fallback to normal division instead of crashing
authorLuca Barbato <lu_zero@gentoo.org>
Sun, 19 May 2013 17:06:54 +0000 (19:06 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 19 May 2013 20:56:37 +0000 (22:56 +0200)
commitdb347280eb3746d7b70888db97f1efe5f06f5624
treee0e7755b03c1916d76c192a1baeb4596a70fa81f
parentddf1b4a2f8a680126eb611428e4f47e6e5b8c6c0
vorbis: fallback to normal division instead of crashing

The use of ff_inverse speeds up slightly arches + compilers that
do not provide a division faster than the whole machinery, such
as ppc32 + gcc4.7, but has operational limits.

Drop the always-enable assert and provide a fallback.
libavcodec/vorbisdec.c