Commit a9d866dc authored by reimar's avatar reimar

Change doxygen comment: Clarify when av_write_trailer should be called.


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