]> git.mxchange.org Git - flightgear.git/blob - 3rdparty/iaxclient/lib/video_portvideo.h
VS2015 compatability fixes.
[flightgear.git] / 3rdparty / iaxclient / lib / video_portvideo.h
1 /*
2  * iaxclient: a cross-platform IAX softphone library
3  *
4  * Copyrights:
5  * Copyright (C) 2003 HorizonLive.com, (c) 2004, Horizon Wimba, Inc.
6  *
7  * Contributors:
8  * Steve Kann <stevek@stevek.com>
9  *
10  * This program is free software, distributed under the terms of
11  * the GNU Lesser (Library) General Public License
12  */
13 #ifndef _VIDEO_PORTVIDEO_H
14 #define _VIDEO_PORTVIDEO_H
15
16 #include "iaxclient_lib.h"
17
18 #ifdef __cplusplus
19 extern "C" {
20 #endif
21
22
23 int pv_initialize (struct iaxc_video_driver *d, int w, int h, int framerate);
24
25 #ifdef __cplusplus
26 }
27 #endif
28
29 #endif