summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--device.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.c b/device.c
index 02d01312..6b977e1e 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.124 2013-08-20 09:13:06 phintuka Exp $
+ * $Id: device.c,v 1.125 2013-08-20 09:33:43 phintuka Exp $
*
*/
@@ -1437,6 +1437,7 @@ void cXinelibDevice::StillPicture(const uchar *Data, int Length)
Data, Length, VIDEO_STREAM, isH264,
&mand<bool>, true);
}
+ }
TsBufferFlush();