FFmpeg
|
sapenc.c File Reference
#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"
Include dependency graph for sapenc.c:
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 |
Function Documentation
|
static |
Definition at line 43 of file sapenc.c.
Referenced by sap_write_header().
|
static |
|
static |
Variable Documentation
AVOutputFormat ff_sap_muxer |
Initial value:
= {
.name = "sap",
.long_name = NULL_IF_CONFIG_SMALL("SAP output"),
.audio_codec = AV_CODEC_ID_AAC,
.video_codec = AV_CODEC_ID_MPEG4,
.write_header = sap_write_header,
.write_packet = sap_write_packet,
.write_trailer = sap_write_close,
.flags = AVFMT_NOFILE | AVFMT_GLOBALHEADER,
}
Definition: sapdec.c:35
Definition: libavcodec/avcodec.h:115
static int sap_write_packet(AVFormatContext *s, AVPacket *pkt)
Definition: sapenc.c:244
Definition: libavcodec/avcodec.h:383
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
#define AVFMT_NOFILE
Demuxer will use avio_open, no opened file should be provided by the caller.
Definition: avformat.h:345
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11