[FFmpeg-cvslog] avutil/log: Fix occured typo
Michael Niedermayer
git at videolan.org
Thu Apr 28 01:35:22 CEST 2016
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Wed Apr 27 23:21:08 2016 +0200| [492011f3c6d729665a0aa67690d1ce410c2a6a06] | committer: Michael Niedermayer
avutil/log: Fix occured typo
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=492011f3c6d729665a0aa67690d1ce410c2a6a06
---
libavutil/log.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/log.h b/libavutil/log.h
index 9b1d66f..0acc1b9 100644
--- a/libavutil/log.h
+++ b/libavutil/log.h
@@ -325,7 +325,7 @@ void av_log_format_line(void *ptr, int level, const char *fmt, va_list vl,
* be written to the buffer, plus one null terminator
* @param print_prefix used to store whether the prefix must be printed;
* must point to a persistent integer initially set to 1
- * @return Returns a negative value if an error occured, otherwise returns
+ * @return Returns a negative value if an error occurred, otherwise returns
* the number of characters that would have been written for a
* sufficiently large buffer, not including the terminating null
* character. If the return value is not less than line_size, it means
More information about the ffmpeg-cvslog
mailing list