summaryrefslogtreecommitdiff
path: root/libavutil/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index 6d9563bc5d..c5e2de85b3 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -441,8 +441,9 @@ typedef struct AVFrame {
/**
* Time base for the timestamps in this frame.
* In the future, this field may be set on frames output by decoders or
- * filters, but its value will be by default ignored on input to encoders
- * or filters.
+ * filters; its value will be by default ignored on input to filters.
+ * For frames sent to encoders, it should be set by the user to the same
+ * value as AVCodecContext.time_base.
*/
AVRational time_base;