]> git.mxchange.org Git - flightgear.git/blob - 3rdparty/iaxclient/lib/codec_ffmpeg.h
VS2015 compatability fixes.
[flightgear.git] / 3rdparty / iaxclient / lib / codec_ffmpeg.h
1 /*
2  * iaxclient: a cross-platform IAX softphone library
3  *
4  * Copyrights:
5  * Copyright (C) 2003-2006, Horizon Wimba, Inc.
6  * Copyright (C) 2007, Wimba, Inc.
7  *
8  * Contributors:
9  * Steve Kann <stevek@stevek.com>
10  * Peter Grayson <jpgrayson@gmail.com>
11  *
12  * This program is free software, distributed under the terms of
13  * the GNU Lesser (Library) General Public License.
14  *
15  * A video codec using the ffmpeg library.
16  */
17
18 struct iaxc_video_codec *codec_video_ffmpeg_new(int format, int w, int h, int framerate, int bitrate, int fragsize);
19
20 int codec_video_ffmpeg_check_codec(int format);