diff options
author | phintuka <phintuka> | 2006-08-16 21:46:34 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-16 21:46:34 +0000 |
commit | 5337e0ed5d0ebbe73e8df9fbff8e7b258cf42199 (patch) | |
tree | 4f6777015c9e375e026f15088f2957156ea317d6 /frontend_local.h | |
parent | 7ba2ea4df741eb7da35bbe28f9a7d4d912dc22ec (diff) | |
download | xineliboutput-5337e0ed5d0ebbe73e8df9fbff8e7b258cf42199.tar.gz xineliboutput-5337e0ed5d0ebbe73e8df9fbff8e7b258cf42199.tar.bz2 |
Improved end of stream signalling
Some extra checks to catch null pointers and empty strings
Diffstat (limited to 'frontend_local.h')
-rw-r--r-- | frontend_local.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend_local.h b/frontend_local.h index 8e1250ad..59bb31d0 100644 --- a/frontend_local.h +++ b/frontend_local.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_local.h,v 1.2 2006-06-04 11:00:04 phintuka Exp $ + * $Id: frontend_local.h,v 1.3 2006-08-16 21:46:34 phintuka Exp $ * */ @@ -41,6 +41,9 @@ class cXinelibLocal : public cXinelibThread virtual void OsdCmd(void *cmd); virtual int64_t GetSTC(); + // Playback files + virtual bool EndOfStreamReached(void); + // Image grabbing virtual uchar *GrabImage(int &Size, bool Jpeg, int Quality, int SizeX, int SizeY); |