]> git.sesse.net Git - vlc/commit
mad: decode to FL32 (as in existing VLC releases)
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 21 Dec 2012 18:23:14 +0000 (20:23 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 21 Dec 2012 18:34:45 +0000 (20:34 +0200)
commit69aa24b519f682bd43d628e1ab7ca9c960a6c7d9
tree48413a3b5a9c28026f133ef6628d7bf40d975d0a
parent84fab3ddd6f554d922df1c18ae4ab1266598d383
mad: decode to FL32 (as in existing VLC releases)

Apparently, mad generates sample values outside the [-1,+1] range, so
FL32 seems to be the most reasonable output format.

(On systems without hardware FPU, I would recommend disabling mad, and
using libavcodec for MPGA decoding.)
modules/audio_filter/converter/mpgatofixed32.c