FFmpeg
|
#include <stdlib.h>
#include "libavformat/avformat.h"
#include "libavcodec/put_bits.h"
#include "libavutil/lfg.h"
#include "libavutil/timer.h"
Go to the source code of this file.
Macros | |
#define | MAX_FORMATS 1000 |
#define | AV_READ_TIME(x) 0 |
Functions | |
static void | probe (AVProbeData *pd, int type, int p, int size) |
static void | print_times (void) |
int | main (int argc, char **argv) |
Variables | |
static int | score_array [MAX_FORMATS] |
static int64_t | time_array [MAX_FORMATS] |
static int | failures = 0 |
#define MAX_FORMATS 1000 |
Definition at line 28 of file probetest.c.
#define AV_READ_TIME | ( | x | ) | 0 |
Definition at line 34 of file probetest.c.
|
static |
Definition at line 37 of file probetest.c.
Referenced by main().
Definition at line 62 of file probetest.c.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 78 of file probetest.c.
|
static |
Definition at line 29 of file probetest.c.
Referenced by probe().
|
static |
Definition at line 30 of file probetest.c.
Referenced by print_times(), and probe().
|
static |
Definition at line 31 of file probetest.c.