diff options
| author | phintuka <phintuka> | 2012-01-18 13:38:28 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2012-01-18 13:38:28 +0000 |
| commit | 8eaa307a53a102ef005a859383031895287496d1 (patch) | |
| tree | e80af670eb3b4f068f3627a3fd7f5f7977dac985 | |
| parent | edcdfcca104bd5f156615cd91398318367f1363d (diff) | |
| download | xineliboutput-8eaa307a53a102ef005a859383031895287496d1.tar.gz xineliboutput-8eaa307a53a102ef005a859383031895287496d1.tar.bz2 | |
Fixed still images with vdpau
(Patch #3474167, thanks to grueni75)
| -rw-r--r-- | device.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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); |
