aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/service/servicemp3.h')
-rw-r--r--lib/service/servicemp3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h
index a43c8ad9..5e706e9b 100644
--- a/lib/service/servicemp3.h
+++ b/lib/service/servicemp3.h
@@ -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