Commit 2623d8f6 authored by stefano's avatar stefano

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

doxy.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19289 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e86c2fd3
......@@ -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.
*
......
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