[FFmpeg-cvslog] Minor documentation clarification regarding AVStream.start_time semantics
Robert Krüger
git at videolan.org
Fri Sep 23 04:21:26 CEST 2011
ffmpeg | branch: master | Robert Krüger <krueger at signal7.de> | Thu Sep 22 23:20:21 2011 +0200| [57d5d5f62d26067338d5cb716f4aca8d8e9aa5fd] | committer: Michael Niedermayer
Minor documentation clarification regarding AVStream.start_time semantics
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57d5d5f62d26067338d5cb716f4aca8d8e9aa5fd
---
libavformat/avformat.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 40ba81b..728dd66 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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).
More information about the ffmpeg-cvslog
mailing list