summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index 48b2eb295c..c04e89b94c 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -165,13 +165,6 @@ struct vo_driver {
int (*control)(struct vo *vo, uint32_t request, void *data);
/*
- * Display a new RGB/BGR frame of the video to the screen.
- * params:
- * src[0] - pointer to the image
- */
- int (*draw_frame)(struct vo *vo, uint8_t *src[]);
-
- /*
* Draw a planar YUV slice to the buffer:
* params:
* src[3] = source image planes (Y,U,V)