[FFmpeg-cvslog] r13669 - trunk/libavcodec/opt.h

diego subversion
Fri Jun 6 09:00:42 CEST 2008


Author: diego
Date: Fri Jun  6 09:00:42 2008
New Revision: 13669

Log:
minor spelling/grammar fixes


Modified:
   trunk/libavcodec/opt.h

Modified: trunk/libavcodec/opt.h
==============================================================================
--- trunk/libavcodec/opt.h	(original)
+++ trunk/libavcodec/opt.h	Fri Jun  6 09:00:42 2008
@@ -42,14 +42,14 @@ enum AVOptionType{
 };
 
 /**
- * AVOption.
+ * AVOption
  */
 typedef struct AVOption {
     const char *name;
 
     /**
-     * short English text help.
-     * @todo what about other languages
+     * short English help text
+     * @todo What about other languages?
      */
     const char *help;
     int offset;             ///< offset to context structure where the parsed value should be stored




More information about the ffmpeg-cvslog mailing list