diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-07 17:08:23 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-07 17:08:23 +0000 |
commit | 2482f928d8723867a51961b1b4f8b94a4f5d57b0 (patch) | |
tree | 8dba7fa113b4a72a0ab0ce01fefc271e4a358f43 /src/xine-engine/xine_internal.h | |
parent | 4e0b7398f077972f3759ae7f21e6dbbe866ff87b (diff) | |
download | xine-lib-2482f928d8723867a51961b1b4f8b94a4f5d57b0.tar.gz xine-lib-2482f928d8723867a51961b1b4f8b94a4f5d57b0.tar.bz2 |
error detection for screenshot function
CVS patchset: 758
CVS date: 2001/10/07 17:08:23
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 55ca7a996..01f0b8d30 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.47 2001/10/07 16:57:02 guenter Exp $ + * $Id: xine_internal.h,v 1.48 2001/10/07 17:08:23 guenter Exp $ * */ @@ -518,10 +518,10 @@ void xine_send_event(xine_t *this, event_t *event, void *data); * y : lumiance information * u,v : subsample color information */ -void xine_get_current_frame (xine_t *this, int *width, int *height, - int *ratio_code, int *format, - uint8_t **y, uint8_t **u, - uint8_t **v); +int xine_get_current_frame (xine_t *this, int *width, int *height, + int *ratio_code, int *format, + uint8_t **y, uint8_t **u, + uint8_t **v); #ifdef __cplusplus } |