X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2FMPEG.h;h=68335844d72a57967e39ed3907d25cb5c99270fb;hb=ea075cec39a00b8e25aba8578f341c93dabee9ed;hp=61cb1c344ba8606496c036e0bd3d1dfbcca553f6;hpb=bfedf725dac9d13f3a02fe69f45c302ab29d2b1e;p=asdcplib.git diff --git a/src/MPEG.h b/src/MPEG.h index 61cb1c3..6833584 100755 --- a/src/MPEG.h +++ b/src/MPEG.h @@ -1,5 +1,5 @@ /* -Copyright (c) 2005, John Hurst +Copyright (c) 2005-2011, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -83,7 +83,7 @@ namespace ASDCP // class VESParserDelegate; // the delegate is declared later - const ui32_t VESHeaderBufSize = 1024; // should be larger than any expected header + const ui32_t VESHeaderBufSize = 1024*32; // should be larger than any expected header // MPEG VES parser class - call Parse() as many times as you want with buffers // of any size. State is maintained between calls. When complete headers are