summaryrefslogtreecommitdiffstats
path: root/video/mp_image.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/mp_image.h')
-rw-r--r--video/mp_image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/mp_image.h b/video/mp_image.h
index c2841490f4..af602721f3 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -86,6 +86,8 @@ typedef struct mp_image {
/* only inside filter chain */
double pts;
+ /* only after decoder */
+ double dts;
/* for private use */
void* priv;