Browse Source

Remove inconsistent use of a @brief command in av_write_trailer()

doxy.

Originally committed as revision 19289 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Stefano Sabatini 16 years ago
parent
commit
2b75bde648
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/avformat.h

+ 2
- 2
libavformat/avformat.h View 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.
*


Loading…
Cancel
Save