summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-02-05 00:28:43 +0000
committerphintuka <phintuka>2008-02-05 00:28:43 +0000
commitad1bdfa1b00f84c4c468dfc3a6b41307343f353c (patch)
treee173bbfc02f764fcaa2a7e1faedc7a476447b7fb
parent582a06e91346d7a24c649234b4ac1281c15a9485 (diff)
downloadxineliboutput-ad1bdfa1b00f84c4c468dfc3a6b41307343f353c.tar.gz
xineliboutput-ad1bdfa1b00f84c4c468dfc3a6b41307343f353c.tar.bz2
Add flag for h.264 video
-rw-r--r--device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.h b/device.h
index 0156df07..b578410b 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h,v 1.27 2008-01-10 23:32:18 phelin Exp $
+ * $Id: device.h,v 1.28 2008-02-05 00:28:43 phintuka Exp $
*
*/
@@ -246,6 +246,7 @@ class cXinelibDevice : public cDevice
bool m_StreamStart;
int m_FreeBufs;
bool m_Cleared;
+ bool m_h264;
int PlayAny(const uchar *Data, int Length);
int PlayTrickSpeed(const uchar *buf, int length);