diff libvo/vo_dxr3.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 389d43c448b3
children f1da7af6fc9b
line wrap: on
line diff
--- a/libvo/vo_dxr3.c	Sat Jan 18 20:41:46 2014 +0000
+++ b/libvo/vo_dxr3.c	Sat Jan 18 21:39:07 2014 +0000
@@ -41,6 +41,7 @@
 #include "fastmemcpy.h"
 
 #include "video_out.h"
+#define NO_DRAW_SLICE
 #include "video_out_internal.h"
 #include "libmpcodecs/vf.h"
 #include "aspect.h"
@@ -675,11 +676,6 @@
 	}
 }
 
-static int draw_slice(uint8_t *srcimg[], int stride[], int w, int h, int x0, int y0)
-{
-	return -1;
-}
-
 static void uninit(void)
 {
 	mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_DXR3_Uninitializing);