X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=libhb%2Finternal.h;h=fa3fe86f682dd5aa6ea6b68acc1ae6d2daaf84fe;hb=c5c381e3579de78ead6a777da6c8b934aeaba19e;hp=19a3bd2b37c8d5e1ff3eb658151128502d731c63;hpb=d1877249c13129ebed21db185f4e8bc05a53e6e6;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/libhb/internal.h b/libhb/internal.h index 19a3bd2b..fa3fe86f 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -147,8 +147,8 @@ hb_work_object_t * hb_codec_encoder( int ); **********************************************************************/ typedef struct { int64_t last_scr; /* unadjusted SCR from most recent pack */ + int64_t last_pts; /* last pts we saw */ int scr_changes; /* number of SCR discontinuities */ - int flaky_clock; /* try to compensate for PCR drops */ int dts_drops; /* number of drops because DTS too far from SCR */ } hb_psdemux_t;