Data Structures | Functions | Variables

libavformat/sapenc.c File Reference

#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

Function Documentation

static int sap_write_close ( AVFormatContext s  )  [static]

Definition at line 40 of file sapenc.c.

Referenced by sap_write_header().

static int sap_write_header ( AVFormatContext s  )  [static]

Definition at line 67 of file sapenc.c.

static int sap_write_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 235 of file sapenc.c.


Variable Documentation

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,
}

Definition at line 252 of file sapenc.c.