summaryrefslogtreecommitdiff
path: root/libavutil/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index c23e5af8d5..a39c8d07ff 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -214,7 +214,7 @@ typedef struct AVFrame {
int64_t pkt_pts;
/**
- * DTS copied from the AVPacket that triggered returning this frame. (if frame threading isnt used)
+ * DTS copied from the AVPacket that triggered returning this frame. (if frame threading isn't used)
* This is also the Presentation time of this AVFrame calculated from
* only AVPacket.dts values without pts values.
*/