Commit 328e9be4 authored by michael's avatar michael

packets must be correctly interleaved


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7805 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a73f190f
......@@ -2314,6 +2314,8 @@ static void truncate_ts(AVStream *st, AVPacket *pkt){
* 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, ...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment