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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/video/mp_image.h b/video/mp_image.h
index 2fb693eb65..989f3ba909 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -144,8 +144,10 @@ typedef struct mp_image {
int chroma_y_shift; // vertical
enum mp_csp colorspace;
enum mp_csp_levels levels;
+ /* only inside filter chain */
+ double pts;
/* memory management */
- int number, usage_count; // used by old VF/DR and vdpau code only
+ int number, usage_count;
struct m_refcount *refcount;
/* for private use by filter or vo driver (to store buffer id or dmpi) */
void* priv;