[FFmpeg-cvslog] r15181 - trunk/libavformat/avformat.h

reimar subversion
Wed Sep 3 19:57:56 CEST 2008


Author: reimar
Date: Wed Sep  3 19:57:56 2008
New Revision: 15181

Log:
Change doxygen comment: Clarify when av_write_trailer should be called.


Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	(original)
+++ trunk/libavformat/avformat.h	Wed Sep  3 19:57:56 2008
@@ -980,6 +980,8 @@ int av_interleave_packet_per_dts(AVForma
  * @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.
  */




More information about the ffmpeg-cvslog mailing list