Mercurial > libavformat.hg
changeset 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 | ab65a52ca544 |
files | avformat.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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. */