summaryrefslogtreecommitdiffstats
path: root/libhb/internal.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-04-22 21:59:31 +0000
committerjstebbins <[email protected]>2015-04-22 21:59:31 +0000
commitecb77662da768b8011be27c68725eea10c62c570 (patch)
treedcd9fd8859ae8986d173ddcc6fe644c9e9782042 /libhb/internal.h
parentddcecd907b532f867a5c7a1aa89ea6909205caab (diff)
demuxmpeg: Don't drop frames with bad timestamps
Just invalidate the timestamps and let the decoders interpolate. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7121 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r--libhb/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/internal.h b/libhb/internal.h
index 442816fa7..85ceb7474 100644
--- a/libhb/internal.h
+++ b/libhb/internal.h
@@ -285,8 +285,6 @@ typedef struct {
int64_t scr_delta;
int64_t last_pts; /* last pts we saw */
int scr_changes; /* number of SCR discontinuities */
- int dts_drops; /* number of drops because DTS too far from SCR */
- int dts_drop_run; /* number of consecutive drops */
int new_chap;
} hb_psdemux_t;