This commit is contained in:
DDVTech 2021-09-10 23:44:31 +02:00 committed by Thulinma
parent 5b79f296d6
commit fccf66fba2
280 changed files with 56975 additions and 71885 deletions

View file

@ -42,4 +42,3 @@ uint64_t AnalyserMP4::neededBytes(){
size += ntohl(((int *)mp4Buffer.data())[3]);
return size;
}