summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index a7cf110e87..e6b8ec626f 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1095,7 +1095,7 @@ typedef struct AVFrame {
int64_t pkt_pts;
/**
- * dts copied from the AVPacket that was decoded to produce this frame
+ * dts copied from the AVPacket that triggered returning this frame
* - encoding: unused
* - decoding: Read by user.
*/