]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/log.h
struct timeval requires #include <sys/time.h>
[ffmpeg] / libavutil / log.h
index da6a560b3817bb8f8916034ade00641f4076b87e..e0ff1f6fff5ddd570ded6c687535b2610efc8eaa 100644 (file)
@@ -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 as the
+     * context structure type to which the AVClass is associated.
      */
     const char* class_name;