From 2b75bde6487bfaa6d2c06a5e547fa595e7014a88 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini <stefano.sabatini-lala@poste.it> Date: Sun, 28 Jun 2009 21:05:46 +0000 Subject: [PATCH] Remove inconsistent use of a @brief command in av_write_trailer() doxy. Originally committed as revision 19289 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 35f04d878ae..57faaedb9c4 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. * -- GitLab