]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - cmdutils.h
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / cmdutils.h
index 26ab63f9ae65cb02f70433390e4f45889196579c..e30ea0f9afc13a975eb19bfa9d5973cc09c7d838 100644 (file)
@@ -40,7 +40,7 @@ extern const int program_birth_year;
 extern const int this_year;
 
 extern const char **opt_names;
-extern AVCodecContext *avctx_opts[CODEC_TYPE_NB];
+extern AVCodecContext *avcodec_opts[CODEC_TYPE_NB];
 extern AVFormatContext *avformat_opts;
 extern struct SwsContext *sws_opts;
 
@@ -152,4 +152,10 @@ void show_license(void);
  */
 void show_formats(void);
 
+/**
+ * Returns a positive value if reads from standard input a line
+ * starting with [yY], otherwise returns 0.
+ */
+int read_yesno(void);
+
 #endif /* FFMPEG_CMDUTILS_H */