mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +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;
|
return TRUE;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(WITH_FDK_AAC)
|
||||||
|
return TRUE;
|
||||||
|
#else
|
||||||
|
return FALSE;
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(WITH_OPUS)
|
#if defined(WITH_OPUS)
|
||||||
/* fallthrough */
|
|
||||||
WINPR_FALLTHROUGH
|
|
||||||
case WAVE_FORMAT_OPUS:
|
case WAVE_FORMAT_OPUS:
|
||||||
return opus_is_valid_samplerate(format);
|
return opus_is_valid_samplerate(format);
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user