Skip to content
Snippets Groups Projects
Commit 4854c253 authored by Neil Brown's avatar Neil Brown Committed by Michael Niedermayer
Browse files

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
parent 9e33b10f
No related branches found
No related tags found
No related merge requests found
...@@ -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
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment