Modified scanForward algorithm: in case of corrupted bitstream it uses
commitac0d3d35aeeefed23a269f187f0ff6bf394e0ef6
authorAndrea Gabriellini <andrea@rd.bbc.co.uk>
Mon, 14 Apr 2008 15:25:27 +0000 (14 16:25 +0100)
committerAndrea Gabriellini <andrea@rd.bbc.co.uk>
Mon, 14 Apr 2008 15:25:27 +0000 (14 16:25 +0100)
treec2988c0026abca95bfebbbe65ae39f7939fc1868
parent4c573af4f8c4d87bb346b3f8695e77e3be7bd6e8
Modified scanForward algorithm: in case of corrupted bitstream it uses
a (arbitrary) maximum buffer size to avoid crashing the programme.
src/parser/scanner.cpp
src/parser/scanner.hpp
src/unittest/ParserTest.cpp