Hello,<div><br></div><div>I have a file with a custom codec private data [H264]</div><div><br></div><div>Where in FFMPEG is the best place for me to set the codec private data for this file?</div><div><br></div><div>As I could understand, the codec private data is basically a structure defined by the "AVClass" of each codec, right?</div>
<div><br></div><div>So, when I set the parameters, I am actually changing the private data too... is this correct? or not?</div><div><br></div><div>so, is there a way for me to set the entire buffer directly? Or I never should not do it?</div>
<div><br></div><div>Example of codec data:</div><div><div>"000000016764001EACD940C037B01100000303E90000EA600F162D960000000168EEBCB0"</div></div><div><br></div><div>what do I do with this thing? </div>