diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-07 13:01:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-03 17:01:32 +0100 |
| commit | 867eb568ba00a4a36c971822596f39fd482744f2 (patch) | |
| tree | 7591dc989137889737fbd9aef819d4dbf0a249fd /src/MPEG.cpp | |
| parent | a7e1d778842dd4a5dc79fdbcf57eff175f50dafe (diff) | |
Install KM_log.h
Diffstat (limited to 'src/MPEG.cpp')
| -rwxr-xr-x | src/MPEG.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/MPEG.cpp b/src/MPEG.cpp index 14fde66..98453fb 100755 --- a/src/MPEG.cpp +++ b/src/MPEG.cpp @@ -30,7 +30,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <MPEG.h> -#include <KM_log.h> +#include <asdcp/KM_log.h> using Kumu::DefaultLogSink; // walk a buffer stopping at the end of the buffer or the end of a VES @@ -216,7 +216,7 @@ ASDCP::MPEG2::VESParser::Parse(const byte_t* buf, ui32_t buf_len) // let the delegate handle the header switch( m_HBuf[3] ) { - case PIC_START: result = m_Delegate->Picture(this, m_HBuf, m_HBufLen); break; + case PIC_START: result = m_Delegate->Picture(this, m_HBuf, m_HBufLen); break; case EXT_START: result = m_Delegate->Extension(this, m_HBuf, m_HBufLen); break; case SEQ_START: result = m_Delegate->Sequence(this, m_HBuf, m_HBufLen); break; case GOP_START: result = m_Delegate->GOP(this, m_HBuf, m_HBufLen); break; @@ -233,7 +233,7 @@ ASDCP::MPEG2::VESParser::Parse(const byte_t* buf, ui32_t buf_len) m_State->Goto_IDLE(); return result; } - + m_HBuf[0] = m_HBuf[1] = 0; m_HBuf[2] = 1; m_HBuf[3] = *p; // 001x run_len = 0; |
