aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
diff options
context:
space:
mode:
authorRobert Krüger <krueger@signal7.de>2011-09-22 23:20:21 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-09-23 04:21:02 +0200
commit57d5d5f62d26067338d5cb716f4aca8d8e9aa5fd (patch)
tree6b95deef1ad0b1d991ac48a5f6d7caece032c0d5 /libavformat
parent981503905399a25ba179f587efda4a18ac9f4675 (diff)
downloadffmpeg-57d5d5f62d26067338d5cb716f4aca8d8e9aa5fd.tar.gz
Minor documentation clarification regarding AVStream.start_time semantics
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 40ba81b01e..728dd6622b 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).