Merge pull request #19 from radford-for-smpte/sign-language-video-label
[asdcplib.git] / src / MPEG.cpp
index 0c4e49c9623d5922edad16d4e83b6aa25cf0ad25..14fde6615798ba05700a19eb701cfc993e6a3a23 100755 (executable)
@@ -1,5 +1,5 @@
 /*
-Copyright (c) 2005-2006, John Hurst
+Copyright (c) 2005-2009, John Hurst
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
@@ -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;
                }