diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-12-08 14:42:24 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2011-12-10 16:40:03 +0100 |
commit | 337ce558b696f49138a1ef170b219fe73b955b51 (patch) | |
tree | 55d260bab37fe558a75f71c5b056fc02e298f77a /cmdutils.h | |
parent | 5207f9597e96b4f38e4e392c4a32a8ff6601b3d4 (diff) | |
download | ffmpeg-337ce558b696f49138a1ef170b219fe73b955b51.tar.gz |
fftools: add -report option.
Diffstat (limited to 'cmdutils.h')
-rw-r--r-- | cmdutils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h index 4773c3d3f4..15f983643a 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -76,6 +76,8 @@ int opt_default(const char *opt, const char *arg); */ int opt_loglevel(const char *opt, const char *arg); +int opt_report(const char *opt); + int opt_codec_debug(const char *opt, const char *arg); /** |