From 77bd1bc73a1946b0f0ce09a7cbb242a65e138d06 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 8 Jun 2012 21:35:16 +0200 Subject: avconv: use new options parser. --- avconv.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'avconv.h') diff --git a/avconv.h b/avconv.h index 11e846261f..defdf59c4a 100644 --- a/avconv.h +++ b/avconv.h @@ -67,6 +67,8 @@ typedef struct MetadataMap { } MetadataMap; typedef struct OptionsContext { + OptionGroup *g; + /* input/output options */ int64_t start_time; const char *format; @@ -361,4 +363,6 @@ int configure_output_filter(FilterGraph *fg, OutputFilter *ofilter, AVFilterInOu int ist_in_filtergraph(FilterGraph *fg, InputStream *ist); FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost); +int avconv_parse_options(int argc, char **argv); + #endif /* AVCONV_H */ -- cgit v1.2.3