From 1d976093b3411bb9a36ae2021ae5c1b11430e851 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 3 May 2008 13:50:26 +0200 Subject: Get rid of xine_get_video_frame as it was nevere implemented. --- src/xine-engine/xine.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src') diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 5c8d0be9d..6269e537e 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -2111,18 +2111,6 @@ int xine_get_current_frame (xine_stream_t *stream, int *width, int *height, return _x_get_current_frame_impl(stream, width, height, ratio_code, format, &img, NULL, 0); } -int xine_get_video_frame (xine_stream_t *stream, - int timestamp, /* msec */ - int *width, int *height, - int *ratio_code, - int *duration, /* msec */ - int *format, - uint8_t *img) { - xprintf (stream->xine, XINE_VERBOSITY_DEBUG, "xine: xine_get_video_frame not implemented yet.\n"); - _x_abort (); - return 0; -} - int xine_get_spu_lang (xine_stream_t *stream, int channel, char *lang) { /* Ask the demuxer first (e.g. TS extracts this information from -- cgit v1.2.3