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 88e261306f..70e9b9e138 100644
--- a/video/mp_image.h
+++ b/video/mp_image.h
@@ -105,6 +105,8 @@ typedef struct mp_image {
double pts;
/* only after decoder */
double dts, pkt_duration;
+ /* container reported FPS; can be incorrect, or 0 if unknown */
+ double nominal_fps;
/* for private use */
void* priv;