Change doxygen comment: Clarify when av_write_trailer should be called.

Originally committed as revision 15181 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger 2008-09-03 17:57:56 +00:00
parent 8e5af7a654
commit dc76fe1348
1 changed files with 2 additions and 0 deletions

View File

@ -980,6 +980,8 @@ int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out, AVPacket *pk
* @brief Write the stream trailer to an output media file and
* free the file private data.
*
* May only be called after a successful call to av_write_header.
*
* @param s media file handle
* @return 0 if OK. AVERROR_xxx if error.
*/