1
mirror of https://github.com/mpv-player/mpv synced 2024-11-03 03:19:24 +01:00

SBR code does NOT work with fixed point (uses floats, slow as hell)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13486 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-09-27 02:11:24 +00:00
parent 85d494fd10
commit 8c6252efc1

View File

@ -124,6 +124,9 @@ extern "C" {
# ifdef MAIN_DEC
# undef MAIN_DEC
# endif
# ifdef SBR_DEC
# undef SBR_DEC
# endif
#endif // FIXED_POINT
#ifdef DRM