summaryrefslogtreecommitdiff
path: root/src/MPEG.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2006-11-21 23:58:00 +0000
committerjhurst <>2006-11-21 23:58:00 +0000
commitf0476a3789369459fb91076af4a29372d86d7622 (patch)
tree6502d6fc94619371219d23c7522fd5ae7e6525bc /src/MPEG.h
parent9f903fec9d68fc58399a925b0311af3dc9a3faf2 (diff)
MPEG parser fixes: zero run-in patch, header buffer increase
Diffstat (limited to 'src/MPEG.h')
-rwxr-xr-xsrc/MPEG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MPEG.h b/src/MPEG.h
index 61cb1c3..aaa45ba 100755
--- a/src/MPEG.h
+++ b/src/MPEG.h
@@ -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*16; // 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