summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2013-08-20 09:33:43 +0000
committerphintuka <phintuka>2013-08-20 09:33:43 +0000
commit32bde0a1eb887de10e460fe12c32251b6a7f1114 (patch)
tree49257caac1aaee3fa31fbe5a46a3c0a0fb5d94e0
parent9391774cb0034e5776bac7280b83fbb5d2694384 (diff)
downloadxineliboutput-32bde0a1eb887de10e460fe12c32251b6a7f1114.tar.gz
xineliboutput-32bde0a1eb887de10e460fe12c32251b6a7f1114.tar.bz2
Added missing }CVS: ----------------------------------------------------------------------xineliboutput-1_1_0
-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();