]> git.sesse.net Git - ffmpeg/commitdiff
libavutil/opt.h: Fix duplicate words
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 12 Aug 2013 17:40:29 +0000 (19:40 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/opt.h

index 4802f681dc95d14ece663cde034e54dc3cefcd87..3882751f05cb9e553b3333b6c28535691c94c4e4 100644 (file)
  *
  * @subsection avoptions_implement_named_constants Named constants
  *      It is possible to create named constants for options. Simply set the unit
  *
  * @subsection avoptions_implement_named_constants Named constants
  *      It is possible to create named constants for options. Simply set the unit
- *      field of the option the constants should apply to to a string and
+ *      field of the option the constants should apply to a string and
  *      create the constants themselves as options of type AV_OPT_TYPE_CONST
  *      with their unit field set to the same string.
  *      Their default_val field should contain the value of the named
  *      create the constants themselves as options of type AV_OPT_TYPE_CONST
  *      with their unit field set to the same string.
  *      Their default_val field should contain the value of the named