mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-17 17:24:54 +00:00
Avoid a compiler warning
This commit is contained in:
parent
c30b769ad0
commit
94416a2baa
@ -76,7 +76,8 @@ mp3_packetizer_c::get_mp3_packet(mp3_header_t *mp3header) {
|
||||
if (m_byte_buffer.get_size() == 0)
|
||||
return 0;
|
||||
|
||||
int pos, size;
|
||||
int pos;
|
||||
size_t size;
|
||||
unsigned char *buf;
|
||||
|
||||
while (1) {
|
||||
|
Loading…
Reference in New Issue
Block a user