Browse Source

Minor documentation clarification regarding AVStream.start_time semantics

tags/n0.9
Robert Krüger Michael Niedermayer 14 years ago
parent
commit
57d5d5f62d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/avformat.h

+ 1
- 1
libavformat/avformat.h 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).


Loading…
Cancel
Save