diff options
| author | jhurst <jhurst@cinecert.com> | 2006-11-21 23:58:00 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-11-21 23:58:00 +0000 |
| commit | f0476a3789369459fb91076af4a29372d86d7622 (patch) | |
| tree | 6502d6fc94619371219d23c7522fd5ae7e6525bc /src/MPEG.h | |
| parent | 9f903fec9d68fc58399a925b0311af3dc9a3faf2 (diff) | |
MPEG parser fixes: zero run-in patch, header buffer increase
Diffstat (limited to 'src/MPEG.h')
| -rwxr-xr-x | src/MPEG.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
