diff options
author | Reinhard Nißl <rnissl@gmx.de> | 2009-01-04 18:24:29 +0100 |
---|---|---|
committer | Reinhard Nißl <rnissl@gmx.de> | 2009-01-04 18:24:29 +0100 |
commit | 47f8094edf25edcdd9d56e3ceea91262ecd9818a (patch) | |
tree | 0230a825b7862480b3b3046400af8209f7d33f73 | |
parent | 04f5017df9827e1bc4cd66df38346e411c0c1b82 (diff) | |
download | xine-lib-47f8094edf25edcdd9d56e3ceea91262ecd9818a.tar.gz xine-lib-47f8094edf25edcdd9d56e3ceea91262ecd9818a.tar.bz2 |
Remove empty xine_get_video_frame() which has been removed from the API.
-rw-r--r-- | src/xine-engine/xine.c | 12 |
1 files changed, 0 insertions, 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 |