summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2012-01-18 13:38:28 +0000
committerphintuka <phintuka>2012-01-18 13:38:28 +0000
commit8eaa307a53a102ef005a859383031895287496d1 (patch)
treee80af670eb3b4f068f3627a3fd7f5f7977dac985
parentedcdfcca104bd5f156615cd91398318367f1363d (diff)
downloadxineliboutput-8eaa307a53a102ef005a859383031895287496d1.tar.gz
xineliboutput-8eaa307a53a102ef005a859383031895287496d1.tar.bz2
Fixed still images with vdpau
(Patch #3474167, thanks to grueni75)
-rw-r--r--device.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.c b/device.c
index adce95c7..4f12461d 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c,v 1.116 2011-11-13 08:49:34 phintuka Exp $
+ * $Id: device.c,v 1.117 2012-01-18 13:38:28 phintuka Exp $
*
*/
@@ -1415,10 +1415,12 @@ void cXinelibDevice::StillPicture(const uchar *Data, int Length)
TsBufferFlush();
+#if 0
// creates empty video PES with pseudo-pts
ForEach(m_clients, &cXinelibThread::Play_Mpeg2_ES,
Data, 0, VIDEO_STREAM, isH264,
&mand<bool>, true);
+#endif
ForEach(m_clients, &cXinelibThread::Flush, 60, &mand<bool>, true);