summaryrefslogtreecommitdiffstats
path: root/libhb/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/internal.h')
-rw-r--r--libhb/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/internal.h b/libhb/internal.h
index 95545acc2..15b016b5c 100644
--- a/libhb/internal.h
+++ b/libhb/internal.h
@@ -108,6 +108,7 @@ typedef struct {
int64_t last_scr; /* unadjusted SCR from most recent pack */
int64_t scr_offset; /* discontinuity correction adjustment */
int scr_changes; /* number of SCR discontinuities */
+ int frame_duration; /* frame duration (in 90KHz ticks) */
} hb_psdemux_t;
int hb_demux_ps( hb_buffer_t * ps_buf, hb_list_t * es_list, hb_psdemux_t * );