aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/service/servicedvb.cpp')
-rw-r--r--lib/service/servicedvb.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/service/servicedvb.cpp b/lib/service/servicedvb.cpp
index 17f841b5..478fecfe 100644
--- a/lib/service/servicedvb.cpp
+++ b/lib/service/servicedvb.cpp
@@ -2977,6 +2977,7 @@ void eDVBServicePlay::video_event(struct iTSMPEGDecoder::videoEvent event)
m_event((iPlayableService*)this, evVideoProgressiveChanged);
break;
}
+ m_videoEventData.type = event.type;
}
RESULT eDVBServicePlay::stream(ePtr<iStreamableService> &ptr)