kepka/Telegram/ThirdParty/libtgvoip/audio
leha-bot 726373bcab ligtgvoip: get rid of unused & erroneous MIN macro
This macro is not used and has an error with parenthesis. At some input
arguments it will be generate incorrect code:
MIN(a++, b--) -> expands to (a++<b-- ? a++ : b--)
2018-01-22 01:52:24 +03:00
..
AudioInput.cpp
AudioInput.h
AudioOutput.cpp
AudioOutput.h
Resampler.cpp
Resampler.h