Commit f8bde921 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10135 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 881fc336
...@@ -312,6 +312,7 @@ typedef struct AVStream { ...@@ -312,6 +312,7 @@ typedef struct AVStream {
* decoding: pts of the first frame of the stream, in stream time base. * 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 * only set this if you are absolutely 100% sure that the value you set
* it to really is the pts of the first frame * 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 * @note the ASF header does NOT contain a correct start_time the ASF
* demuxer must NOT set this * demuxer must NOT set this
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment