X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.h;h=1260563cb8c0bb526628abfc596dc8ad24556ac7;hb=2e6bd22bbf0981a58b1e8f0c20580f90c619f683;hp=afef6fb98b1cbc4f2a25c06b0b2574f72a244b80;hpb=593f5c0f3c559a558efcb10a955cbac499e1fdbb;p=ffmpeg diff --git a/ffmpeg.h b/ffmpeg.h index afef6fb98b1..1260563cb8c 100644 --- a/ffmpeg.h +++ b/ffmpeg.h @@ -71,6 +71,8 @@ typedef struct { } AudioChannelMap; typedef struct OptionsContext { + OptionGroup *g; + /* input/output options */ int64_t start_time; const char *format; @@ -413,4 +415,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 ffmpeg_parse_options(int argc, char **argv); + #endif /* FFMPEG_H */