Skip to content

Commit 1dba7f1

Browse files
ChenDu-Metachemag
authored andcommitted
isobmff: add unit test for Parser
Add unit test for ISOBMFF Parser using static binary stream input. The binary stream was dumped from a mp4 video file.
1 parent 73e48af commit 1dba7f1

File tree

3 files changed

+409
-0
lines changed

3 files changed

+409
-0
lines changed

ISOBMFF-Tests/Parser.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@
2828
* @author Jean-David Gadina - www.digidna.net
2929
*/
3030

31+
/*
3132
#include <ISOBMFF.hpp>
33+
3234
#include <XSTest/XSTest.hpp>
3335
3436
XSTest( ISOBMFF_Parser, CTOR )
3537
{}
38+
*/

0 commit comments

Comments
 (0)