File: sdl.h

package info (click to toggle)
baresip 0.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,764 kB
  • ctags: 4,850
  • sloc: ansic: 40,105; objc: 1,017; cpp: 420; makefile: 292; sh: 26
file content (9 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
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);