comparison avformat.h @ 5075:9a49ff4cdb6e libavformat

Remove inconsistent use of a @brief command in av_write_trailer() doxy.
author stefano
date Sun, 28 Jun 2009 21:05:46 +0000
parents 19abdf659596
children 8d5dd051d055
comparison
equal deleted inserted replaced
5074:19abdf659596 5075:9a49ff4cdb6e
1094 */ 1094 */
1095 int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out, 1095 int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
1096 AVPacket *pkt, int flush); 1096 AVPacket *pkt, int flush);
1097 1097
1098 /** 1098 /**
1099 * @brief Writes the stream trailer to an output media file and 1099 * Writes the stream trailer to an output media file and frees the
1100 * free the file private data. 1100 * file private data.
1101 * 1101 *
1102 * May only be called after a successful call to av_write_header. 1102 * May only be called after a successful call to av_write_header.
1103 * 1103 *
1104 * @param s media file handle 1104 * @param s media file handle
1105 * @return 0 if OK, AVERROR_xxx on error 1105 * @return 0 if OK, AVERROR_xxx on error