X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/ffmpeg.git/blobdiff_plain/1578bba47957379400e207e283a267602f763ce2..77b0842e4959363e840f573192cccd6e4ac40cb9:/cmdutils.h diff --git a/cmdutils.h b/cmdutils.h index 26ab63f9a..e30ea0f9a 100644 --- a/cmdutils.h +++ b/cmdutils.h @@ -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 */