<div dir="ltr">Hi. I am trying to reuse already created instances of  AVFormatContext,AVCodecContext<div>and AVIOContext. My question is related to avformat_write_header() with parameters.</div><div><br></div><div>At the end of the session I usually call  avcodec_parameters_free  to free internal buffers.</div><div><br></div><div>Do I have also to call this method if I want to write header second or third time to the same AVFormatContext instance? </div><div><br></div><div>Second question: is  extradata like SPS PPS  deallocated  as well,when I call avcodec_parameters_free  ? </div><div><br></div><div>Thanks!</div><div> </div><div><br></div><div><br></div></div>