]> git.sesse.net Git - ffmpeg/commitdiff
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)
authorNeil Brown <neilb@suse.de>
Sat, 18 Aug 2007 00:31:32 +0000 (00:31 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 18 Aug 2007 00:31:32 +0000 (00:31 +0000)
Originally committed as revision 10135 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/avformat.h

index 4a4c240a7f5be909d20e5b073e8e15681d795ead..62cb68086fc4c0ad2626d170a4f9afe26985e1e1 100644 (file)
@@ -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
      */