<div dir="ltr"><div><div><div>Hi friends, here I have a question for av_seek_frame function.<br><br></div>Say if I have a stream whose duration is 10s, and avformatcontext.start_time != 0 (let's assume it's 5s).<br>

<br></div>So now if I want to seek to the start of the video, <br>should I call av_seek_frame(0) or av_seek_frame(5s) ?<br><br></div>Thanks<br></div>