diff options
author | Neil Brown <neilb@suse.de> | 2007-08-18 00:31:32 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-08-18 00:31:32 +0000 |
commit | 4854c253a492645fe8a0ff509b46d75e82049bb1 (patch) | |
tree | 6debdeaee7c1172a0f15bb233ed9b6fc81628471 /libavformat | |
parent | 9e33b10fd784aaefae92253779c4e8a6c5efa547 (diff) | |
download | ffmpeg-4854c253a492645fe8a0ff509b46d75e82049bb1.tar.gz |
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)
Originally committed as revision 10135 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 4a4c240a7f..62cb68086f 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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 */ |