o Oops, mistakenly turned off timed-text ancillary resource decryption
[asdcplib.git] / src / AS_DCP_MPEG2.cpp
index ef82c2ca888ce7e1d2675f5df3ebb3a6e6a6dad5..b7877b54549be8a135afcd77432619bdc55ae2f8 100755 (executable)
@@ -308,7 +308,7 @@ ASDCP::MPEG2::FrameBuffer::Dump(FILE* stream, ui32_t dump_len) const
   if ( stream == 0 )
     stream = stderr;
 
-  fprintf(stream, "Frame: %06u, %c%-2hu, %7u bytes",
+  fprintf(stream, "Frame: %06u, %c%-2hhu, %7u bytes",
          m_FrameNumber, FrameTypeChar(m_FrameType), m_TemporalOffset, m_Size);
 
   if ( m_GOPStart )