summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-06-28 21:05:46 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-06-28 21:05:46 +0000
commit2b75bde6487bfaa6d2c06a5e547fa595e7014a88 (patch)
treefb4b020341e338bc317416467f44dfb491475eda
parentd1b9adf252fa59a65e103edbeb7db876e84d25ed (diff)
Remove inconsistent use of a @brief command in av_write_trailer()
doxy. Originally committed as revision 19289 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 35f04d878a..57faaedb9c 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1096,8 +1096,8 @@ int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
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.
*