#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <signal.h>
#include <math.h>
#include "avformat.h"
#include <rfb/rfbclient.h>
Go to the source code of this file.
Define Documentation
| #define M_PI 3.1415926535897931 |
| #define STREAM_FRAME_RATE 25 |
Function Documentation
| AVStream* add_video_stream |
( |
AVFormatContext * |
oc, |
|
|
int |
codec_id, |
|
|
int |
w, |
|
|
int |
h | |
|
) |
| | |
| AVFrame* alloc_picture |
( |
int |
pix_fmt, |
|
|
int |
width, |
|
|
int |
height | |
|
) |
| | |
| void close_video |
( |
AVFormatContext * |
oc, |
|
|
AVStream * |
st | |
|
) |
| | |
| int main |
( |
int |
argc, |
|
|
char ** |
argv | |
|
) |
| | |
| void open_video |
( |
AVFormatContext * |
oc, |
|
|
AVStream * |
st | |
|
) |
| | |
| void write_video_frame |
( |
AVFormatContext * |
oc, |
|
|
AVStream * |
st | |
|
) |
| | |
Variable Documentation