minor wording fix

Originally committed as revision 13068 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent 7a30f8ff55
commit 91605c69fb
  1. 2
      libavutil/log.h

@ -31,7 +31,7 @@
typedef struct AVCLASS AVClass; typedef struct AVCLASS AVClass;
struct AVCLASS { struct AVCLASS {
/** /**
* The name of the class; usually it is the same name of the * The name of the class; usually it is the same name as the
* context structure type to which the AVClass is associated. * context structure type to which the AVClass is associated.
*/ */
const char* class_name; const char* class_name;

Loading…
Cancel
Save