Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-19 03:47:00 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-03-19 03:47:00 +0400
commit6128d33946fcc492d12bf477657d70d43081c430 (patch)
tree50785e2d75ae85724cc7e0dd0ebec55e78bb2871 /libavutil/frame.h
parent0e02a5193f80da7c5c16aacb0d6d143bd39865b0 (diff)
AVFrame.pkt_dts: improve docs
Related to Ticket2375 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index 378538c650..39a664fde5 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -164,7 +164,9 @@ typedef struct AVFrame {
int64_t pkt_pts;
/**
- * DTS copied from the AVPacket that triggered returning this frame.
+ * DTS copied from the AVPacket that triggered returning this frame. (if frame threading isnt used)
+ * This is also the Presentation time of this AVFrame calculated from
+ * only AVPacket.dts values without pts values.
*/
int64_t pkt_dts;