1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

Minor documentation clarification regarding AVStream.start_time semantics

This commit is contained in:
Robert Krüger
2011-09-22 23:20:21 +02:00
committed by Michael Niedermayer
parent 9815039053
commit 57d5d5f62d

View File

@@ -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).