From dde89765744dad9a6b9d13126092d9bfc2dbc0d7 Mon Sep 17 00:00:00 2001 From: jhurst Date: Fri, 17 Mar 2006 00:41:14 +0000 Subject: release --- src/AS_DCP_MPEG2.cpp | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'src/AS_DCP_MPEG2.cpp') diff --git a/src/AS_DCP_MPEG2.cpp b/src/AS_DCP_MPEG2.cpp index badc221..26988e4 100755 --- a/src/AS_DCP_MPEG2.cpp +++ b/src/AS_DCP_MPEG2.cpp @@ -102,20 +102,20 @@ ASDCP::MPEG2::VideoDescriptorDump(const VideoDescriptor& VDesc, FILE* stream) stream = stderr; fprintf(stream, "\ - SampleRate: %lu/%lu\n\ - FrameLayout: %lu\n\ - StoredWidth: %lu\n\ - StoredHeight: %lu\n\ - AspectRatio: %lu/%lu\n\ - ComponentDepth: %lu\n\ -HorizontalSubsampling: %lu\n\ - VerticalSubsampling: %lu\n\ - ColorSiting: %lu\n\ - CodedContentType: %lu\n\ - LowDelay: %lu\n\ - BitRate: %lu\n\ - ProfileAndLevel: %lu\n\ - ContainerDuration: %lu\n", + SampleRate: %lu/%lu\n\ + FrameLayout: %lu\n\ + StoredWidth: %lu\n\ + StoredHeight: %lu\n\ + AspectRatio: %lu/%lu\n\ + ComponentDepth: %lu\n\ + HorizontalSubsmpl: %lu\n\ + VerticalSubsmpl: %lu\n\ + ColorSiting: %lu\n\ + CodedContentType: %lu\n\ + LowDelay: %lu\n\ + BitRate: %lu\n\ + ProfileAndLevel: %lu\n\ + ContainerDuration: %lu\n", VDesc.SampleRate.Numerator ,VDesc.SampleRate.Denominator, VDesc.FrameLayout, VDesc.StoredWidth, @@ -174,7 +174,7 @@ ASDCP::MPEG2::MXFReader::h__Reader::OpenRead(const char* filename) result = InitMXFIndex(); if( ASDCP_SUCCESS(result) ) - result = InitInfo(m_Info); + result = InitInfo(); return result; } -- cgit v1.2.3