# HG changeset patch # User michael # Date 1187397092 0 # Node ID 28f19eb568a253ca009ac1c4b12059d26f78586a # Parent 1e827f59ddae5efaeb211898c0bffd4753156970 mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de) diff -r 1e827f59ddae -r 28f19eb568a2 avformat.h --- 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 */