FFmpeg
|
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "ast.h"
#include "libavutil/mathematics.h"
#include "libavutil/opt.h"
Go to the source code of this file.
Data Structures | |
struct | ASTMuxContext |
Macros | |
#define | CHECK_LOOP(type) |
#define | OFFSET(obj) offsetof(ASTMuxContext, obj) |
Functions | |
static int | ast_write_header (AVFormatContext *s) |
static int | ast_write_packet (AVFormatContext *s, AVPacket *pkt) |
static int | ast_write_trailer (AVFormatContext *s) |
Variables | |
static const AVOption | options [] |
static const AVClass | ast_muxer_class |
AVOutputFormat | ff_ast_muxer |
#define CHECK_LOOP | ( | type | ) |
Definition at line 38 of file astenc.c.
Referenced by ast_write_header().
#define OFFSET | ( | obj | ) | offsetof(ASTMuxContext, obj) |
|
static |
|
static |
|
static |
|
static |
|
static |
AVOutputFormat ff_ast_muxer |