mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-04 09:15:05 +00:00
Fix compilation if FLAC is disabled
This commit is contained in:
parent
dffadbb75f
commit
5da4f2ef1b
@ -371,7 +371,7 @@ flac_reader_c::identify() {
|
||||
|
||||
int
|
||||
flac_reader_c::probe_file(mm_io_c *io,
|
||||
int64_t size) {
|
||||
uint64_t size) {
|
||||
unsigned char data[4];
|
||||
|
||||
if (4 > size)
|
||||
|
Loading…
Reference in New Issue
Block a user