mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Yet more purging of unsigned type
This commit is contained in:
@@ -36,9 +36,9 @@
|
||||
#include "share/compat.h"
|
||||
|
||||
static FLAC__uint64 total_samples = 0;
|
||||
static unsigned sample_rate = 0;
|
||||
static unsigned channels = 0;
|
||||
static unsigned bps = 0;
|
||||
static uint32_t sample_rate = 0;
|
||||
static uint32_t channels = 0;
|
||||
static uint32_t bps = 0;
|
||||
|
||||
static bool write_little_endian_uint16(FILE *f, FLAC__uint16 x)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user