[MPlayer-cvslog] r36694 - trunk/libvo/vo_corevideo.m

reimar subversion at mplayerhq.hu
Wed Jan 22 19:35:17 CET 2014


Author: reimar
Date: Wed Jan 22 19:35:17 2014
New Revision: 36694

Log:
vo_corevideo: remove draw_frame and draw_slice.

Patch by Zongyao Qu [zongyao.qu gmail.com].

Modified:
   trunk/libvo/vo_corevideo.m

Modified: trunk/libvo/vo_corevideo.m
==============================================================================
--- trunk/libvo/vo_corevideo.m	Wed Jan 22 19:29:52 2014	(r36693)
+++ trunk/libvo/vo_corevideo.m	Wed Jan 22 19:35:17 2014	(r36694)
@@ -35,6 +35,8 @@
 #include "config.h"
 #include "fastmemcpy.h"
 #include "video_out.h"
+#define NO_DRAW_SLICE
+#define NO_DRAW_FRAME
 #include "video_out_internal.h"
 #include "aspect.h"
 #include "mp_msg.h"
@@ -244,17 +246,6 @@ static void flip_page(void)
 	}
 }
 
-static int draw_slice(uint8_t *src[], int stride[], int w,int h,int x,int y)
-{
-	return 0;
-}
-
-
-static int draw_frame(uint8_t *src[])
-{
-	return 0;
-}
-
 static uint32_t draw_image(mp_image_t *mpi)
 {
 	if (!(mpi->flags & MP_IMGFLAG_DIRECT))


More information about the MPlayer-cvslog mailing list