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. --- include/xine.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'include') diff --git a/include/xine.h b/include/xine.h index b96fdcf84..dc9d16833 100644 --- a/include/xine.h +++ b/include/xine.h @@ -512,20 +512,6 @@ int xine_get_next_audio_frame (xine_audio_port_t *port, void xine_free_audio_frame (xine_audio_port_t *port, xine_audio_frame_t *frame) XINE_PROTECTED; - /* - * maybe future aproach: - */ - -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) XINE_PROTECTED; - -/* TODO: xine_get_audio_frame */ - #endif -- cgit v1.2.3