diff libvo/vo_vdpau.c @ 36517:5d3f93051de9

Remove empty draw_slice and draw_frame stubs. Long term, draw_frame should be removed completely.
author reimar
date Sat, 18 Jan 2014 21:39:07 +0000
parents 45e6b96cb2e1
children
line wrap: on
line diff
--- a/libvo/vo_vdpau.c	Sat Jan 18 20:41:46 2014 +0000
+++ b/libvo/vo_vdpau.c	Sat Jan 18 21:39:07 2014 +0000
@@ -39,6 +39,7 @@
 #include "sub/ass_mp.h"
 #include "mp_msg.h"
 #include "video_out.h"
+#define NO_DRAW_FRAME
 #include "video_out_internal.h"
 #include "libmpcodecs/vf.h"
 #include "x11_common.h"
@@ -1042,11 +1043,6 @@
 }
 
 
-static int draw_frame(uint8_t *src[])
-{
-    return VO_ERROR;
-}
-
 static struct vdpau_render_state *get_surface(int number)
 {
     if (number >= MAX_VIDEO_SURFACES)