]> git.sesse.net Git - vlc/commit
Restore fixed-point conversions modules.
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 29 Sep 2009 16:13:23 +0000 (19:13 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 29 Sep 2009 16:20:53 +0000 (19:20 +0300)
commit2dbc262c42908a90c7649fcb45382ae501088562
tree286a2fa3488aea89332c33ee99cb7a55ed93f91a
parentfd4cb4889d55be7d30e3d85cfb406b2814c1655e
Restore fixed-point conversions modules.

audio_format handles all conversion between integer and float formats,
but none of the conversions from/to fixed-point.

This partially reverts commit 7cde22ed8c2041a4396f5a7ad8da7fa1aadf1d5f.
modules/audio_filter/converter/Modules.am
modules/audio_filter/converter/fixed.c [new file with mode: 0644]
modules/audio_filter/converter/float.c [new file with mode: 0644]