#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.
Macro Definition Documentation
#define CHECK_LOOP |
( |
|
type | ) |
|
Value:if (ast->loop ## type > 0) { \
if (ast->loop ## type < 0 || ast->
loop ## type > UINT_MAX) { \
} \
}
Definition at line 38 of file astenc.c.
Referenced by ast_write_header().
Typedef Documentation
Function Documentation
Variable Documentation
Initial value: {
.class_name = "AST muxer",
}
Definition at line 195 of file astenc.c.
Initial value: {
.name = "ast",
.extensions = "ast",
}
Definition at line 202 of file astenc.c.
Initial value:
Definition at line 189 of file astenc.c.