FFmpeg
|
#include "config.h"
#include <stdio.h>
#include <string.h>
#include "libavutil/error.h"
#include "libavutil/eval.h"
#include "libavutil/log.h"
#include "libavutil/mem.h"
#include "compat/getopt.c"
Go to the source code of this file.
Macros | |
#define | GROW_ARRAY() |
Functions | |
static void | usage (void) |
int | main (int argc, char **argv) |
simple arithmetic expression evaluator
Definition in file ffeval.c.
#define GROW_ARRAY | ( | ) |