FFmpeg
|
Include dependency graph for msnwc_tcp.c:
Go to the source code of this file.
Macros | |
#define | HEADER_SIZE 24 |
Functions | |
static int | msnwc_tcp_probe (AVProbeData *p) |
static int | msnwc_tcp_read_header (AVFormatContext *ctx) |
static int | msnwc_tcp_read_packet (AVFormatContext *ctx, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_msnwc_tcp_demuxer |
Macro Definition Documentation
#define HEADER_SIZE 24 |
Definition at line 25 of file msnwc_tcp.c.
Referenced by msnwc_tcp_probe(), msnwc_tcp_read_header(), and msnwc_tcp_read_packet().
Function Documentation
|
static |
Definition at line 39 of file msnwc_tcp.c.
|
static |
Definition at line 73 of file msnwc_tcp.c.
|
static |
Definition at line 102 of file msnwc_tcp.c.
Variable Documentation
AVInputFormat ff_msnwc_tcp_demuxer |
Initial value:
= {
.name = "msnwctcp",
.long_name = NULL_IF_CONFIG_SMALL("MSN TCP Webcam stream"),
.read_probe = msnwc_tcp_probe,
.read_header = msnwc_tcp_read_header,
.read_packet = msnwc_tcp_read_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int msnwc_tcp_read_header(AVFormatContext *ctx)
Definition: msnwc_tcp.c:73
static int msnwc_tcp_read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: msnwc_tcp.c:102
Definition at line 134 of file msnwc_tcp.c.
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11