[FFmpeg-cvslog] r13912 - trunk/libavcodec/opt.h
stefano
subversion
Mon Jun 23 21:47:12 CEST 2008
Author: stefano
Date: Mon Jun 23 21:47:10 2008
New Revision: 13912
Log:
Fix typo in libavcodec/opt.h.
Modified:
trunk/libavcodec/opt.h
Modified: trunk/libavcodec/opt.h
==============================================================================
--- trunk/libavcodec/opt.h (original)
+++ trunk/libavcodec/opt.h Mon Jun 23 21:47:10 2008
@@ -55,7 +55,7 @@ typedef struct AVOption {
/**
* The offset relative to the context structure where the option
- * value is stored. It should be 0 for named constant.
+ * value is stored. It should be 0 for named constants.
*/
int offset;
enum AVOptionType type;
More information about the ffmpeg-cvslog
mailing list