Move some file read operations to base class, moved Quicktime Trait to be with Quicktime classes
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user