From bd6f04fe4a64f32bc1b6bbe4307ed88edd5bae8d Mon Sep 17 00:00:00 2001 From: jhurst Date: Tue, 30 Aug 2011 17:04:25 +0000 Subject: release --- src/MPEG2_Parser.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/MPEG2_Parser.cpp') diff --git a/src/MPEG2_Parser.cpp b/src/MPEG2_Parser.cpp index 62eb5f5..140a53f 100755 --- a/src/MPEG2_Parser.cpp +++ b/src/MPEG2_Parser.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2004-2009, John Hurst +Copyright (c) 2004-2011, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -368,7 +368,7 @@ class ASDCP::MPEG2::Parser::h__Parser ASDCP_NO_COPY_CONSTRUCT(h__Parser); public: - h__Parser() : m_TmpBuffer(VESReadSize*2) {} + h__Parser() : m_TmpBuffer(VESReadSize*8) {} ~h__Parser() { Close(); } Result_t OpenRead(const char* filename); -- cgit v1.2.3