#include "avformat.h"
#include "libavutil/parseutils.h"
#include "libavutil/random_seed.h"
#include "libavutil/avstring.h"
#include "libavutil/dict.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/time.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.
Initial value:= {
.name = "sap",
.priv_data_size =
sizeof(
struct SAPState),
}
static int sap_write_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int sap_write_close(AVFormatContext *s)
static int sap_write_header(AVFormatContext *s)
Definition at line 260 of file sapenc.c.