<div dir="ltr">Hi,<br><div><br></div><div>My application parses only I frames from H264 bit stream and hands it over to FFMPEG decoder.</div><div>Expectation was that FFMPEG decoderĀ  immediately output decoded frames since input is I frame. However, FFMPEG can't do this especially for cases where I frame is not an IDR.</div><div><br></div><div>I tried sending a NULL packet and using avocdec_flush_buffers() to flush out the decoded frame but this logic doesn't seem to work for all cases, maybe again depending on DPB size or POC.</div><div>I was wondering if anyone else has used FFMPEG for such a use case earlier and what else I can use to immediately receive the I frames.</div><div><br></div><div>Thanks,</div><div>Rohit Khali</div></div>