Commit c3d4352c authored by Ilkka Ollakka's avatar Ilkka Ollakka

transcode: increment input pts even if we don't need to process that picture

(cherry picked from commit 02ef60469a044a8c3d9e2301c66abfcf1644c88a)
Signed-off-by: default avatarIlkka Ollakka <ileoo@videolan.org>
parent 18fa3866
......@@ -914,6 +914,7 @@ int transcode_video_process( sout_stream_t *p_stream, sout_stream_id_sys_t *id,
p_pic->date, id->i_input_frame_interval, date_Get(&id->next_output_pts) );
#endif
picture_Release( p_pic );
date_Increment( &id->next_input_pts, id->p_decoder->fmt_out.video.i_frame_rate_base );
continue;
}
#if 0
......
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