Hello everybody, first time posting here...

I'm working with PDP, a library of PureData (http://puredata.info) externals
for video processing. As the plugins for playing video files don't satisfy my
needs completely, I decided to write one by myself using libav* and
following Stephen Dranger's tutorial (http://www.dranger.com/ffmpeg).
Now the problem is that when I try to open a video file, the function
av_open_input_file() returns with a -2 error. The strange thing is that the
same code I embedded in the plugin works perfectly inside the sample
standalone application provided by the tutorial.
I'm working with libav* 0.52 packaged for arch linux, and as I told before
following step by step the instructions inside the tutorial.

Thanks in advance for any suggestions!
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to