#include "avformat.h"#include "libavutil/parseutils.h"#include "libavutil/random_seed.h"#include "libavutil/avstring.h"#include "libavutil/intreadwrite.h"#include "internal.h"#include "network.h"#include "os_support.h"#include "rtpenc_chain.h"#include "url.h"Go to the source code of this file.
Data Structures | |
| struct | SAPState |
Functions | |
| static int | sap_write_close (AVFormatContext *s) |
| static int | sap_write_header (AVFormatContext *s) |
| static int | sap_write_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVOutputFormat | ff_sap_muxer |
| static int sap_write_close | ( | AVFormatContext * | s | ) | [static] |
| static int sap_write_header | ( | AVFormatContext * | s | ) | [static] |
| static int sap_write_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
Initial value:
{
"sap",
NULL_IF_CONFIG_SMALL("SAP output format"),
NULL,
NULL,
sizeof(struct SAPState),
CODEC_ID_AAC,
CODEC_ID_MPEG4,
sap_write_header,
sap_write_packet,
sap_write_close,
.flags = AVFMT_NOFILE | AVFMT_GLOBALHEADER,
}
1.5.8