summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xine.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/include/xine.h b/include/xine.h
index 6eaac8975..47580fd5d 100644
--- a/include/xine.h
+++ b/include/xine.h
@@ -411,12 +411,18 @@ int xine_get_current_frame (xine_stream_t *stream,
int xine_get_current_frame_s (xine_stream_t *stream,
int *width, int *height,
int *ratio_code, int *format,
- uint8_t *img, int *size) XINE_PROTECTED;
+ uint8_t *img, int *size,
+ int *interlaced,
+ int *crop_left, int *crop_right,
+ int *crop_top, int *crop_bottom) XINE_PROTECTED;
int xine_get_current_frame_alloc (xine_stream_t *stream,
int *width, int *height,
int *ratio_code, int *format,
- uint8_t **img, int *size) XINE_PROTECTED;
+ uint8_t **img, int *size,
+ int *interlaced,
+ int *crop_left, int *crop_right,
+ int *crop_top, int *crop_bottom) XINE_PROTECTED;
/* xine image formats */
#define XINE_IMGFMT_YV12 (('2'<<24)|('1'<<16)|('V'<<8)|'Y')