OSDN Git Service

Remove inconsistent use of a @brief command in av_write_trailer()
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 28 Jun 2009 21:05:46 +0000 (21:05 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 28 Jun 2009 21:05:46 +0000 (21:05 +0000)
doxy.

Originally committed as revision 19289 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avformat.h

index 35f04d8..57faaed 100644 (file)
@@ -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.
  *