]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Change doxygen comment: Clarify when av_write_trailer should be called.
authorreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 3 Sep 2008 17:57:56 +0000 (17:57 +0000)
committerreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 3 Sep 2008 17:57:56 +0000 (17:57 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15181 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/avformat.h

index 0db675886bcdddcf2b1dfc030007d1140ead0787..164b6adcc02c1c8e6daaa052481585d3ef416baa 100644 (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.
  */