<div>Hi all,</div><div> </div><div>          There are two functions defined in x264.h </div><div>1. <font>x264_encoder_intra_refresh</font></div><div>2. <font>x264_encoder_invalidate_reference</font></div><div> </div><div>

I'm working on a live streaming application in which x264 is used.</div><div>According to my understanding, these functions can be called in the encoder on receiving packet loss indication from the client side. Is it correct?</div>

<div>If so, when I should call these functions? i.e before x264_encoder_encode function.</div>