X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Flog.h;h=e0ff1f6fff5ddd570ded6c687535b2610efc8eaa;hb=e748e34dd6427271b779978a61156e47bfab3c8e;hp=da6a560b3817bb8f8916034ade00641f4076b87e;hpb=95a6a015e367258da3411b51104de02dc939ea6e;p=ffmpeg diff --git a/libavutil/log.h b/libavutil/log.h index da6a560b381..e0ff1f6fff5 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -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;