[Ffmpeg-cvslog] r7805 - trunk/libavformat/utils.c
michael
subversion
Fri Feb 2 12:19:58 CET 2007
Author: michael
Date: Fri Feb 2 12:19:58 2007
New Revision: 7805
Modified:
trunk/libavformat/utils.c
Log:
packets must be correctly interleaved
Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c (original)
+++ trunk/libavformat/utils.c Fri Feb 2 12:19:58 2007
@@ -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, ...
More information about the ffmpeg-cvslog
mailing list