diff options
author | phintuka <phintuka> | 2008-02-05 00:28:43 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-02-05 00:28:43 +0000 |
commit | ad1bdfa1b00f84c4c468dfc3a6b41307343f353c (patch) | |
tree | e173bbfc02f764fcaa2a7e1faedc7a476447b7fb | |
parent | 582a06e91346d7a24c649234b4ac1281c15a9485 (diff) | |
download | xineliboutput-ad1bdfa1b00f84c4c468dfc3a6b41307343f353c.tar.gz xineliboutput-ad1bdfa1b00f84c4c468dfc3a6b41307343f353c.tar.bz2 |
Add flag for h.264 video
-rw-r--r-- | device.h | 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.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); |