Mercurial > mplayer.hg
changeset 36598:db6d34cfbd34
vo_corevideo: remove draw_frame and draw_slice.
Patch by Zongyao Qu [zongyao.qu gmail.com].
author | reimar |
---|---|
date | Wed, 22 Jan 2014 18:35:17 +0000 |
parents | d49273cb4b1e |
children | dbcc2afa643b |
files | libvo/vo_corevideo.m |
diffstat | 1 files changed, 2 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_corevideo.m Wed Jan 22 18:29:52 2014 +0000 +++ b/libvo/vo_corevideo.m Wed Jan 22 18:35:17 2014 +0000 @@ -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 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))