diff options
author | van <[email protected]> | 2008-07-16 06:36:22 +0000 |
---|---|---|
committer | van <[email protected]> | 2008-07-16 06:36:22 +0000 |
commit | b0f073282438ec2e89ec99b62a1fee8e849109f2 (patch) | |
tree | 1bb8dfba6862857bf1d5e6ae23e5e5f2e5e6eaea /libhb/internal.h | |
parent | 8360adc62e6bc866768e4622beaefebcbfab19fd (diff) |
Get rid of excessive video & audio drops on some content by implementing the last 20% of the MPEG Standard Target Decoder timing model (per-stream timing state).
Should fix the problem reported in http://forum.handbrake.fr/viewtopic.php?f=12&t=6601&sid=81048cf54c40b6cdb945236afb4f99da&p=37563#p37563
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1570 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 15b016b5c..7a102a505 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -106,9 +106,7 @@ hb_work_object_t * hb_codec_encoder( int ); **********************************************************************/ 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 * ); |