Implement class audio/video metadata fetch using libav.

This commit is contained in:
codestation
2013-08-19 17:06:38 -04:30
parent 6252053162
commit e777a5bfcd
6 changed files with 258 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ public:
void rename(const QString &name);
bool removeReferencedObject();
void initObject(const QFileInfo &file);
void updateParentSize(unsigned long size);
void updateObjectSize(unsigned long size);
bool hasParent(const CMAObject *obj);
bool operator==(const CMAObject &obj);