From 57d5d5f62d26067338d5cb716f4aca8d8e9aa5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kr=C3=BCger?= Date: Thu, 22 Sep 2011 23:20:21 +0200 Subject: [PATCH] Minor documentation clarification regarding AVStream.start_time semantics --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).