mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[codec,dsp] fix opus constant definition type
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
#if defined(WITH_OPUS)
|
||||
#include <opus/opus.h>
|
||||
|
||||
#define OPUS_MAX_FRAMES 5760
|
||||
#define OPUS_MAX_FRAMES 5760ull
|
||||
#endif
|
||||
|
||||
#if defined(WITH_FAAD2)
|
||||
|
||||
Reference in New Issue
Block a user