[FFmpeg-cvslog] r13066 - trunk/libavutil/log.h

diego subversion
Tue May 6 10:03:30 CEST 2008


Author: diego
Date: Tue May  6 10:03:30 2008
New Revision: 13066

Log:
minor spelling fix


Modified:
   trunk/libavutil/log.h

Modified: trunk/libavutil/log.h
==============================================================================
--- trunk/libavutil/log.h	(original)
+++ trunk/libavutil/log.h	Tue May  6 10:03:30 2008
@@ -31,8 +31,8 @@
 typedef struct AVCLASS AVClass;
 struct AVCLASS {
     /**
-     * the name of the class, usually it is the same name of the
-     * context structure type to which the AVClass is associated
+     * The name of the class; usually it is the same name of the
+     * context structure type to which the AVClass is associated.
      */
     const char* class_name;
 




More information about the ffmpeg-cvslog mailing list