From: handbrake Date: Tue, 6 Aug 2013 13:10:16 +0000 (+0000) Subject: QSV: forcing VPP to preserve timestamp(s) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=93f47ea88c96f804192c7f0ec392886f05f8be90;p=handbrake QSV: forcing VPP to preserve timestamp(s) git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/qsv@5691 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- diff --git a/libhb/qsv_filter.c b/libhb/qsv_filter.c index e3f794f1c..d3533fd0e 100644 --- a/libhb/qsv_filter.c +++ b/libhb/qsv_filter.c @@ -266,7 +266,7 @@ static int filter_init( av_qsv_context* qsv, hb_filter_private_t * pv ){ { pv->frc_config.Header.BufferId = MFX_EXTBUFF_VPP_FRAME_RATE_CONVERSION; pv->frc_config.Header.BufferSz = sizeof(mfxExtVPPFrameRateConversion); - pv->frc_config.Algorithm = MFX_FRCALGM_DISTRIBUTED_TIMESTAMP; + pv->frc_config.Algorithm = MFX_FRCALGM_PRESERVE_TIMESTAMP; qsv_vpp->p_ext_params[1] = (mfxExtBuffer*)&pv->frc_config; }