[PATCH 3/3] Use punctuation rules consistent with those defined in POSIX error.h file.

Stefano Sabatini stefano.sabatini-lala
Sat Mar 13 15:39:10 CET 2010


---
 libavutil/error.h |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/libavutil/error.h b/libavutil/error.h
index a7543cb..cbb1ce5 100644
--- a/libavutil/error.h
+++ b/libavutil/error.h
@@ -33,17 +33,17 @@
 #define AVERROR(e) (e)
 #define AVUNERROR(e) (e)
 #endif
-#define AVERROR_UNKNOWN     AVERROR(EINVAL)  ///< unknown error
+#define AVERROR_UNKNOWN     AVERROR(EINVAL)  ///< Unknown error
 #define AVERROR_IO          AVERROR(EIO)     ///< I/O error
-#define AVERROR_NUMEXPECTED AVERROR(EDOM)    ///< Number syntax expected in filename.
-#define AVERROR_INVALIDDATA AVERROR(EINVAL)  ///< invalid data found
-#define AVERROR_NOMEM       AVERROR(ENOMEM)  ///< not enough memory
-#define AVERROR_NOFMT       AVERROR(EILSEQ)  ///< unknown format
-#define AVERROR_NOTSUPP     AVERROR(ENOSYS)  ///< Operation not supported.
-#define AVERROR_NOENT       AVERROR(ENOENT)  ///< No such file or directory.
-#define AVERROR_EOF         AVERROR(EPIPE)   ///< End of file.
+#define AVERROR_NUMEXPECTED AVERROR(EDOM)    ///< Number syntax expected in filename
+#define AVERROR_INVALIDDATA AVERROR(EINVAL)  ///< Invalid data found
+#define AVERROR_NOMEM       AVERROR(ENOMEM)  ///< Not enough memory
+#define AVERROR_NOFMT       AVERROR(EILSEQ)  ///< Unknown format
+#define AVERROR_NOTSUPP     AVERROR(ENOSYS)  ///< Operation not supported
+#define AVERROR_NOENT       AVERROR(ENOENT)  ///< No such file or directory
+#define AVERROR_EOF         AVERROR(EPIPE)   ///< End of file
 
 /* FFmpeg specific error codes */
-#define AVERROR_PATCHWELCOME    (-MKTAG('P','A','W','E')) ///< Not yet implemented in FFmpeg. Patches welcome.
+#define AVERROR_PATCHWELCOME    (-MKTAG('P','A','W','E')) ///< Not yet implemented in FFmpeg, patches welcome
 
 #endif /* AVUTIL_ERROR_H */
-- 
1.6.6.1


--bjuZg6miEcdLYP6q--



More information about the ffmpeg-devel mailing list