don't add any source span if no cutlist defined, because we don't have an 'infinite...
[enigma2.git] / lib / service / servicemp3.h
index a43c8ad95897d96c1d147d6293260233cc46dc56..5e706e9be09f7ca1097a3f59ef61c91bd3eaa3c4 100644 (file)
@@ -180,6 +180,7 @@ private:
        static void gstCBsubtitlePadEvent(GstPad *pad, GstEvent *event, gpointer user_data);
        GstPad* gstCreateSubtitleSink(eServiceMP3* _this, subtype_t type);
        void gstPoll(const int&);
+       gint m_aspect, m_width, m_height, m_framerate, m_progressive;
 };
 #endif