changeset 5075:9a49ff4cdb6e libavformat

Remove inconsistent use of a @brief command in av_write_trailer() doxy.
author stefano
date Sun, 28 Jun 2009 21:05:46 +0000
parents 19abdf659596
children e07fb352a12c
files avformat.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Sun Jun 28 21:01:51 2009 +0000
+++ b/avformat.h	Sun Jun 28 21:05:46 2009 +0000
@@ -1096,8 +1096,8 @@
                                  AVPacket *pkt, int flush);
 
 /**
- * @brief Writes the stream trailer to an output media file and
- *        free the file private data.
+ * Writes the stream trailer to an output media file and frees the
+ * file private data.
  *
  * May only be called after a successful call to av_write_header.
  *