diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-09-03 17:57:56 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-09-03 17:57:56 +0000 |
commit | dc76fe1348be142e5e4a85c5d2b0f6636e191498 (patch) | |
tree | a9e524b5efbee1d01f9229f30ad8ab83cd1e1de7 /libavformat/avformat.h | |
parent | 8e5af7a654f1d693c5b93d6500b74be7627ed219 (diff) | |
download | ffmpeg-dc76fe1348be142e5e4a85c5d2b0f6636e191498.tar.gz |
Change doxygen comment: Clarify when av_write_trailer should be called.
Originally committed as revision 15181 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 0db675886b..164b6adcc0 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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. */ |