small optimizations and cleanups by Moritz Venn
[enigma2.git] / lib / dvb / metaparser.h
index 5eddaa092b9b9c144b79072c707c37d0c5ec5bff..2ca94d6d97ebb1c3827d157fad336ecc4fd7b6bd 100644 (file)
@@ -14,9 +14,12 @@ public:
        int parseRecordings(const std::string &filename);
        int updateMeta(const std::string &basename);
        
+       int m_data_ok;
+       
        eServiceReferenceDVB m_ref;
        std::string m_name, m_description;
-       int m_time_create;
+       int m_time_create, m_length;
+       long long m_filesize;
        
        std::string m_tags;
 };