Mercurial > libavformat.hg
diff utils.c @ 1751:b1fb0af4387a libavformat
packets must be correctly interleaved
| author | michael |
|---|---|
| date | Fri, 02 Feb 2007 11:19:58 +0000 |
| parents | 1a8d1f66c867 |
| children | 41160bae24b5 |
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, ...
