#include <stdint.h>
#include "libavutil/mathematics.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
#define MAX_LINESIZE 2000 |
static int64_t get_pts |
( |
const uint8_t * |
p | ) |
|
|
static |
static int event_cmp |
( |
const void * |
_a, |
|
|
const void * |
_b |
|
) |
| |
|
static |
static int read_seek2 |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
min_ts, |
|
|
int64_t |
ts, |
|
|
int64_t |
max_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
.name = "ass",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 209 of file assdec.c.