diff options
| author | jhurst <jhurst@cinecert.com> | 2007-02-15 19:00:37 +0000 |
|---|---|---|
| committer | jhurst <> | 2007-02-15 19:00:37 +0000 |
| commit | 7a0811d76b7b94909b738336cb94b2d504e7ad18 (patch) | |
| tree | 4d0f35ffb7e2ae9015f53207c3e40fcb25491dc4 /src/AS_DCP_MPEG2.cpp | |
| parent | 7470b55c9d987d8a6d4b47bb1925c4e6eaa80afe (diff) | |
release 1.1.13
Diffstat (limited to 'src/AS_DCP_MPEG2.cpp')
| -rwxr-xr-x | src/AS_DCP_MPEG2.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/AS_DCP_MPEG2.cpp b/src/AS_DCP_MPEG2.cpp index 9e22905..a0a4ad7 100755 --- a/src/AS_DCP_MPEG2.cpp +++ b/src/AS_DCP_MPEG2.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2004-2006, John Hurst +Copyright (c) 2004-2007, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -73,7 +73,6 @@ MPEG2_VDesc_to_MD(MPEG2::VideoDescriptor& VDesc, MXF::MPEG2VideoDescriptor* VDes ASDCP_TEST_NULL(VDescObj); VDescObj->SampleRate = VDesc.SampleRate; - VDescObj->SampleRate.Numerator = VDesc.FrameRate; VDescObj->ContainerDuration = VDesc.ContainerDuration; VDescObj->FrameLayout = VDesc.FrameLayout; |
