diff options
author | phintuka <phintuka> | 2013-08-20 09:33:43 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2013-08-20 09:33:43 +0000 |
commit | 32bde0a1eb887de10e460fe12c32251b6a7f1114 (patch) | |
tree | 49257caac1aaee3fa31fbe5a46a3c0a0fb5d94e0 | |
parent | 9391774cb0034e5776bac7280b83fbb5d2694384 (diff) | |
download | xineliboutput-32bde0a1eb887de10e460fe12c32251b6a7f1114.tar.gz xineliboutput-32bde0a1eb887de10e460fe12c32251b6a7f1114.tar.bz2 |
Added missing }CVS: ----------------------------------------------------------------------xineliboutput-1_1_0
-rw-r--r-- | device.c | 3 |
1 files changed, 2 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.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(); |