Move some file read operations to base class, moved Quicktime Trait to be with Quicktime classes

This commit is contained in:
2024-09-20 12:56:20 +10:00
parent f14e29a54f
commit 286746019f
5 changed files with 92 additions and 93 deletions

View File

@@ -13,7 +13,6 @@ class minf extends SubAtom
private const subatom_classes = 'App\\Media\\QuickTime\\Atoms\\moov\\trak\\mdia\\minf\\';
protected ?string $type;
public function __construct(int $offset,int $size,string $filename,?string $data,string $arg=NULL)
{
parent::__construct($offset,$size,$filename);