comparison avutil.h @ 957:e34e8d654ded libavutil

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 693dea8b44f1
children 5b48605dcf3d
comparison
equal deleted inserted replaced
956:2894d4c208dc 957:e34e8d654ded
52 #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT 52 #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT
53 53
54 #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) 54 #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
55 55
56 /** 56 /**
57 * Returns the LIBAVUTIL_VERSION_INT constant. 57 * Return the LIBAVUTIL_VERSION_INT constant.
58 */ 58 */
59 unsigned avutil_version(void); 59 unsigned avutil_version(void);
60 60
61 /** 61 /**
62 * Returns the libavutil build-time configuration. 62 * Return the libavutil build-time configuration.
63 */ 63 */
64 const char *avutil_configuration(void); 64 const char *avutil_configuration(void);
65 65
66 /** 66 /**
67 * Returns the libavutil license. 67 * Return the libavutil license.
68 */ 68 */
69 const char *avutil_license(void); 69 const char *avutil_license(void);
70 70
71 enum AVMediaType { 71 enum AVMediaType {
72 AVMEDIA_TYPE_UNKNOWN = -1, 72 AVMEDIA_TYPE_UNKNOWN = -1,