diff options
Diffstat (limited to 'src/MPEG.cpp')
| -rwxr-xr-x | src/MPEG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MPEG.cpp b/src/MPEG.cpp index 0c4e49c..9bd2ace 100755 --- a/src/MPEG.cpp +++ b/src/MPEG.cpp @@ -222,7 +222,7 @@ ASDCP::MPEG2::VESParser::Parse(const byte_t* buf, ui32_t buf_len) case GOP_START: result = m_Delegate->GOP(this, m_HBuf, m_HBufLen); break; default: - DefaultLogSink().Error("Unexpected start code: %02x at byte %lu\n", + DefaultLogSink().Error("Unexpected start code: %02x at byte %u\n", m_HBuf[3], (ui32_t)(p - buf)); result = RESULT_RAW_FORMAT; } |
