summaryrefslogtreecommitdiff
path: root/modules/sdl/sdl.h
blob: 992f70d1e313dc16c35fbc9d667de15f6d8abe09 (plain)
1
2
3
4
5
6
7
8
9
/**
 * @file sdl.h  Simple DirectMedia Layer module -- internal interface
 *
 * Copyright (C) 2010 Creytiv.com
 */


void picture_copy(uint8_t *data[4], uint16_t linesize[4],
		  const struct vidframe *frame);