#include "libavcodec/bytestream.h"#include "avformat.h"Go to the source code of this file.
Defines | |
| #define | HEADER_SIZE 24 |
Functions | |
| static int | msnwc_tcp_probe (AVProbeData *p) |
| static int | msnwc_tcp_read_header (AVFormatContext *ctx, AVFormatParameters *ap) |
| static int | msnwc_tcp_read_packet (AVFormatContext *ctx, AVPacket *pkt) |
Variables | |
| AVInputFormat | msnwc_tcp_demuxer |
| #define HEADER_SIZE 24 |
Definition at line 24 of file msnwc_tcp.c.
| static int msnwc_tcp_probe | ( | AVProbeData * | p | ) | [static] |
Definition at line 38 of file msnwc_tcp.c.
| static int msnwc_tcp_read_header | ( | AVFormatContext * | ctx, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
Definition at line 72 of file msnwc_tcp.c.
| static int msnwc_tcp_read_packet | ( | AVFormatContext * | ctx, | |
| AVPacket * | pkt | |||
| ) | [static] |
Definition at line 101 of file msnwc_tcp.c.
Initial value:
{
"msnwctcp",
NULL_IF_CONFIG_SMALL("MSN TCP Webcam stream"),
0,
msnwc_tcp_probe,
msnwc_tcp_read_header,
msnwc_tcp_read_packet,
}
Definition at line 133 of file msnwc_tcp.c.
1.5.8