diff avformat.h @ 3880:5245e7006f4c libavformat

Change doxygen comment: Clarify when av_write_trailer should be called.
author reimar
date Wed, 03 Sep 2008 17:57:56 +0000
parents 3f4d2a22bd1b
children 4703ed97ea9d
line wrap: on
line diff
--- a/avformat.h	Wed Sep 03 14:44:54 2008 +0000
+++ b/avformat.h	Wed Sep 03 17:57:56 2008 +0000
@@ -980,6 +980,8 @@
  * @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.
  */