diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2013-10-14 05:41:45 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-10-22 10:49:31 +0200 |
commit | f825d42bccdb9f89669a586951de7f66a81e80a5 (patch) | |
tree | c03aa603a824edff05928d81cb0406b45e97a0ae /avconv.h | |
parent | ea71aafd6881d7ce5cffec56feb45488e3ac5221 (diff) | |
download | ffmpeg-f825d42bccdb9f89669a586951de7f66a81e80a5.tar.gz |
avplay: Accept cpuflags option
Quite useful for debugging.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'avconv.h')
-rw-r--r-- | avconv.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -356,8 +356,6 @@ extern const OptionDef options[]; void reset_options(OptionsContext *o); void show_usage(void); -int opt_cpuflags(void *optctx, const char *opt, const char *arg); - void opt_output_file(void *optctx, const char *filename); void assert_avoptions(AVDictionary *m); |