FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | S302MEncContext |
Macros | |
#define | AES3_HEADER_LEN 4 |
Functions | |
static av_cold int | s302m_encode_init (AVCodecContext *avctx) |
static int | s302m_encode2_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) |
Variables | |
AVCodec | ff_s302m_encoder |
#define AES3_HEADER_LEN 4 |
Definition at line 27 of file s302menc.c.
Referenced by s302m_encode2_frame().
|
static |
Definition at line 33 of file s302menc.c.
|
static |
Definition at line 68 of file s302menc.c.
AVCodec ff_s302m_encoder |
Definition at line 164 of file s302menc.c.