[FFmpeg-cvslog] libavutil/opt.h: Fix duplicate words
Michael Niedermayer
git at videolan.org
Mon Aug 12 20:11:50 CEST 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Aug 12 19:40:29 2013 +0200| [3500f53c9375d44e200f3785980a59830615f34b] | committer: Michael Niedermayer
libavutil/opt.h: Fix duplicate words
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3500f53c9375d44e200f3785980a59830615f34b
---
libavutil/opt.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/opt.h b/libavutil/opt.h
index 4802f68..3882751 100644
--- a/libavutil/opt.h
+++ b/libavutil/opt.h
@@ -163,7 +163,7 @@
*
* @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
More information about the ffmpeg-cvslog
mailing list