Commit 3baf8ce1 authored by Ilkka Ollakka's avatar Ilkka Ollakka

transcode: set pts on module open

parent 2363d00e
...@@ -891,6 +891,8 @@ int transcode_video_process( sout_stream_t *p_stream, sout_stream_id_t *id, ...@@ -891,6 +891,8 @@ int transcode_video_process( sout_stream_t *p_stream, sout_stream_id_t *id,
id->b_transcode = false; id->b_transcode = false;
return VLC_EGENERIC; return VLC_EGENERIC;
} }
date_Set( &id->interpolated_pts, p_pic->date );
date_Set( &id->next_output_pts, p_pic->date );
} }
/*Input lipsync and drop check */ /*Input lipsync and drop check */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment