Commit 2b75bde6 authored by Stefano Sabatini's avatar Stefano Sabatini

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

doxy.

Originally committed as revision 19289 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d1b9adf2
...@@ -1096,8 +1096,8 @@ int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out, ...@@ -1096,8 +1096,8 @@ int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
AVPacket *pkt, int flush); AVPacket *pkt, int flush);
/** /**
* @brief Writes the stream trailer to an output media file and * Writes the stream trailer to an output media file and frees the
* free the file private data. * file private data.
* *
* May only be called after a successful call to av_write_header. * May only be called after a successful call to av_write_header.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment