Files
scrcpy/app
Romain Vimont 80a6fa7a01 Fix comparison warning
An int was compared with an unsigned:

    ../app/src/audio_player.c:290:27: warning: comparison of integers of
    different signs: 'int' and 'unsigned int' [-Wsign-compare]
                if (abs(diff) < ap->sample_rate / 1000) {
                    ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~
2023-03-12 08:37:08 +01:00
..
2023-03-10 22:22:15 +01:00
2023-03-12 08:37:08 +01:00
2023-03-12 02:04:57 +01:00
2023-03-10 22:22:15 +01:00
2023-03-12 02:05:37 +01:00
2023-03-12 02:04:58 +01:00