# HG changeset patch # User stefano # Date 1246223146 0 # Node ID 9a49ff4cdb6e709aa11040795f7a95c43edcd839 # Parent 19abdf659596d8d25c09cd450c5c0083ee73efec Remove inconsistent use of a @brief command in av_write_trailer() doxy. diff -r 19abdf659596 -r 9a49ff4cdb6e avformat.h --- 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. *