mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[codec,dsp] fix integer sign warnings
This commit is contained in:
@@ -1443,9 +1443,13 @@ BOOL freerdp_dsp_supports_format(const AUDIO_FORMAT* WINPR_RESTRICT format, BOOL
|
||||
return TRUE;
|
||||
|
||||
#endif
|
||||
#if defined(WITH_FDK_AAC)
|
||||
return TRUE;
|
||||
#else
|
||||
return FALSE;
|
||||
#endif
|
||||
|
||||
#if defined(WITH_OPUS)
|
||||
/* fallthrough */
|
||||
WINPR_FALLTHROUGH
|
||||
case WAVE_FORMAT_OPUS:
|
||||
return opus_is_valid_samplerate(format);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user