changeset 2396:28f19eb568a2 libavformat

mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)
author michael
date Sat, 18 Aug 2007 00:31:32 +0000
parents 1e827f59ddae
children e5086ec7a4d4
files avformat.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/avformat.h	Fri Aug 17 15:14:29 2007 +0000
+++ b/avformat.h	Sat Aug 18 00:31:32 2007 +0000
@@ -312,6 +312,7 @@
      * 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
      */