Skip to content

Commit

Permalink
[vpp] correct vfi output time stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroYY authored and gfxVPLsdm committed Nov 5, 2024
1 parent dbbce73 commit f7beedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _studio/mfx_lib/vpp/src/mfx_vpp_ai_frame_interpolation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,9 @@ mfxStatus MFXVideoFrameInterpolation::UpdateTsAndGetStatus(
*intSts = MFX_ERR_MORE_SURFACE;
}
}
AddTaskQueue(m_sequenceEnd);

output->Data.TimeStamp = m_time_stamp_start + m_outStamp * m_time_stamp_interval;

AddTaskQueue(m_sequenceEnd);

MFX_RETURN(sts);
}
Expand Down

0 comments on commit f7beedc

Please sign in to comment.