From 47f8094edf25edcdd9d56e3ceea91262ecd9818a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20Ni=C3=9Fl?= Date: Sun, 4 Jan 2009 18:24:29 +0100 Subject: Remove empty xine_get_video_frame() which has been removed from the API. --- src/xine-engine/xine.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index ad2aef6c7..722e04679 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -2204,18 +2204,6 @@ int xine_get_current_frame (xine_stream_t *stream, int *width, int *height, return result; } -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