diff --git a/src/output/p_mp3.cpp b/src/output/p_mp3.cpp index 0244e8db6..907b2e9f2 100644 --- a/src/output/p_mp3.cpp +++ b/src/output/p_mp3.cpp @@ -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) {