]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
Add a simple base64 encoder for use in tests
[ffmpeg] / cmdutils.h
index 78867b78a15a012b150b2a794699f81468fb2a5e..d48abab30edfed262fc3f2fb20b3d1542b9c09a0 100644 (file)
@@ -124,7 +124,7 @@ void show_help_options(const OptionDef *options, const char *msg, int mask, int
 /**
  * Parse the command line arguments.
  * @param options Array with the definitions required to interpret every
- * option of the form: -<option_name> [<argument>]
+ * option of the form: -option_name [argument]
  * @param parse_arg_function Name of the function called to process every
  * argument without a leading option name flag. NULL if such arguments do
  * not have to be processed.
@@ -204,8 +204,8 @@ void show_protocols(void);
 void show_pix_fmts(void);
 
 /**
- * Return a positive value if reads from standard input a line
- * starting with [yY], otherwise returns 0.
+ * Return a positive value if a line read from standard input
+ * starts with [yY], otherwise return 0.
  */
 int read_yesno(void);