[FFmpeg-cvslog] r10135 - trunk/libavformat/avformat.h

michael subversion
Sat Aug 18 02:31:33 CEST 2007


Author: michael
Date: Sat Aug 18 02:31:32 2007
New Revision: 10135

Log:
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)


Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	(original)
+++ trunk/libavformat/avformat.h	Sat Aug 18 02:31:32 2007
@@ -312,6 +312,7 @@ typedef struct AVStream {
      * decoding: pts of the first frame of the stream, in stream time base.
      * only set this if you are absolutely 100% sure that the value you set
      * it to really is the pts of the first frame
+     * This may be undefined (AV_NOPTS_VALUE).
      * @note the ASF header does NOT contain a correct start_time the ASF
      * demuxer must NOT set this
      */




More information about the ffmpeg-cvslog mailing list