]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
buildsystem: add $EXESUF to the used tool for fate
[ffmpeg] / cmdutils.h
index a682c96d79c4199ab22f823a400467f23b57c212..61d07887b0e25c32fd72188cc0662b74a7b09cd1 100644 (file)
@@ -43,6 +43,11 @@ extern const char program_name[];
  */
 extern const int program_birth_year;
 
+/**
+ * this year, defined by the program for show_banner()
+ */
+extern const int this_year;
+
 extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB];
 extern AVFormatContext *avformat_opts;
 extern struct SwsContext *sws_opts;
@@ -78,6 +83,8 @@ int opt_loglevel(const char *opt, const char *arg);
 
 int opt_report(const char *opt);
 
+int opt_max_alloc(const char *opt, const char *arg);
+
 int opt_codec_debug(const char *opt, const char *arg);
 
 /**