Mercurial > libavformat.hg
changeset 1751:b1fb0af4387a libavformat
packets must be correctly interleaved
author | michael |
---|---|
date | Fri, 02 Feb 2007 11:19:58 +0000 |
parents | ea10bb05b839 |
children | 12a896fa993b |
files | utils.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Wed Jan 31 23:32:01 2007 +0000 +++ b/utils.c Fri Feb 02 11:19:58 2007 +0000 @@ -2314,6 +2314,8 @@ * Write a packet to an output media file. * * The packet shall contain one audio or video frame. + * The packet must be correctly interleaved according to the container specification, + * if not then av_interleaved_write_frame must be used * * @param s media file handle * @param pkt the packet, which contains the stream_index, buf/buf_size, dts/pts, ...