diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-06-28 21:05:46 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-06-28 21:05:46 +0000 |
commit | 2b75bde6487bfaa6d2c06a5e547fa595e7014a88 (patch) | |
tree | fb4b020341e338bc317416467f44dfb491475eda /libavformat/avformat.h | |
parent | d1b9adf252fa59a65e103edbeb7db876e84d25ed (diff) | |
download | ffmpeg-2b75bde6487bfaa6d2c06a5e547fa595e7014a88.tar.gz |
Remove inconsistent use of a @brief command in av_write_trailer()
doxy.
Originally committed as revision 19289 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
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. * |