use size_t for bitrate (for portability)

This commit is contained in:
Ryo Nakamura
2025-08-13 17:06:38 +09:00
parent afe2182456
commit f12d10a988
2 changed files with 5 additions and 4 deletions

View File

@@ -28,6 +28,7 @@
#include <stdbool.h>
#include <limits.h>
#include <stdlib.h>
#define MSCP_DIRECTION_L2R 1 /** Indicates local to remote copy */
#define MSCP_DIRECTION_R2L 2 /** Indicates remote to local copy */