summaryrefslogtreecommitdiff
path: root/libavutil/log.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-28 23:16:49 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-28 23:16:49 +0000
commit7d685b486b03ddf734fc5d14ea29fbf0ffc9e51c (patch)
treee5a81591fb2bab9e11aba6ebadc4775ea65993db /libavutil/log.h
parentbfe3676feb5548993292b806de45a1cbc746c05f (diff)
spelling/grammar/consistency review part III
Originally committed as revision 16849 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/log.h')
-rw-r--r--libavutil/log.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/libavutil/log.h b/libavutil/log.h
index 29eafb5c40..a886844d9b 100644
--- a/libavutil/log.h
+++ b/libavutil/log.h
@@ -70,21 +70,21 @@ struct AVCLASS {
#define AV_LOG_PANIC 0
/**
- * something went wrong and recovery is not possible
- * like no header in a format which depends on it or a combination
- * of parameters which are not allowed
+ * Something went wrong and recovery is not possible.
+ * For example, no header was found for a format which depends
+ * on headers or an illegal combination of parameters is used.
*/
#define AV_LOG_FATAL 8
/**
- * something went wrong and cannot losslessly be recovered
- * but not all future data is affected
+ * Something went wrong and cannot losslessly be recovered.
+ * However, not all future data is affected.
*/
#define AV_LOG_ERROR 16
/**
- * something somehow does not look correct / something which may or may not
- * lead to some problems like use of -vstrict -2
+ * Something somehow does not look correct. This may or may not
+ * lead to problems. An example would be the use of '-vstrict -2'.
*/
#define AV_LOG_WARNING 24