Removed debugging code from MP4 analyser.
This commit is contained in:
parent
9721efda0c
commit
10960b927c
1 changed files with 0 additions and 6 deletions
|
@ -25,12 +25,6 @@ int main(int argc, char ** argv){
|
|||
MP4::Box mp4data;
|
||||
while (mp4data.read(temp)){
|
||||
std::cerr << mp4data.toPrettyString(0) << std::endl;
|
||||
if (mp4data.isType("mdat")){
|
||||
std::ofstream oFile;
|
||||
oFile.open("mdat");
|
||||
oFile << std::string(mp4data.payload(), mp4data.payloadSize());
|
||||
oFile.close();
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue