Commit 57d5d5f6 authored by Robert Krüger's avatar Robert Krüger Committed by Michael Niedermayer

Minor documentation clarification regarding AVStream.start_time semantics

parent 98150390
......@@ -546,7 +546,7 @@ typedef struct AVStream {
#endif
/**
* Decoding: pts of the first frame of the stream, in stream time base.
* Decoding: pts of the first frame of the stream in presentation order, 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).
......
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