]> git.sesse.net Git - ffmpeg/blobdiff - cmdutils.h
The AAC demuxer now depends on id3v1.o.
[ffmpeg] / cmdutils.h
index e30ea0f9afc13a975eb19bfa9d5973cc09c7d838..a71677a22de3c3a045ea2d3afc2895ffe79d1e5a 100644 (file)
@@ -73,8 +73,8 @@ double parse_number_or_die(const char *context, const char *numstr, int type, do
  * @param context the context of the value to be set (e.g. the
  * corresponding commandline option name)
  * @param timestr the string to be parsed
- * @param is_duration a flag which tells how to interpret \p timestr, if
- * not zero \p timestr is interpreted as a duration, otherwise as a
+ * @param is_duration a flag which tells how to interpret timestr, if
+ * not zero timestr is interpreted as a duration, otherwise as a
  * date
  *
  * @see parse_date()