Skip to content
Snippets Groups Projects
Commit ba75d522 authored by Laurent Aimar's avatar Laurent Aimar
Browse files

Fixed system clock phase when changing rate.

parent a996e2ca
No related branches found
No related tags found
No related merge requests found
......@@ -268,7 +268,10 @@ void input_clock_ChangeRate( input_clock_t *cl, int i_rate )
/* Move the reference point */
if( cl->b_has_reference )
{
cl->last.i_system = ClockStreamToSystem( cl, cl->last.i_stream );
cl->ref = cl->last;
}
cl->i_rate = i_rate;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment