Hi,<div><br></div><div>I am trying to use libavfilter in my application, and am currently having some issues with the filter graph setup.</div><div><br></div><div>I have based my code on the code in configure_video_filters() in ffmpeg.c</div>

<div><br></div><div>My code is at <a href="http://pastebin.com/RFxtVCQ4">http://pastebin.com/RFxtVCQ4</a></div><div><br></div><div>The issue that I am having is my call to avfilter_graph_parse() seems to always return one, and my inputs & outputs points are set to NULL.</div>

<div><br></div><div>If I then call avfilter_graph_config it then tries to access an invalid memory location and crashes.</div><div><br></div><div>What am I doing wrong here?</div><div><br></div><div>Regards,</div><div>Zac Shenker</div>