Hi,

I am trying to use libavfilter in my application, and am currently having
some issues with the filter graph setup.

I have based my code on the code in configure_video_filters() in ffmpeg.c

My code is at http://pastebin.com/RFxtVCQ4

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.

If I then call avfilter_graph_config it then tries to access an invalid
memory location and crashes.

What am I doing wrong here?

Regards,
Zac Shenker
_______________________________________________
Libav-user mailing list
Libav-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to