FFmpeg
|
#include <stdlib.h>
#include "libavformat/avformat.h"
#include "libavcodec/put_bits.h"
#include "libavutil/lfg.h"
Go to the source code of this file.
Functions | |
static void | probe (AVProbeData *pd, int type, int p, int size) |
int | main (int argc, char **argv) |
Variables | |
static int | score_array [1000] |
static int | failures = 0 |
|
static |
Definition at line 30 of file probetest.c.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 52 of file probetest.c.
|
static |
Definition at line 27 of file probetest.c.
Referenced by probe().
|
static |
Definition at line 28 of file probetest.c.