Please help me, I use DEV c++ compiler in windows platform. I build a project in this compiler and add utils.c (with al its headers and functions) to the project, but when i want to compile the program, it does not recognise all the header files used in utils.c  such as #include "avformat.h". It seems that i have a problem in including new library files or in linking. Even i add the libavecodec path for new header files location but still does not recognise them.<br>
<br><div class="gmail_quote">On Tue, Jul 5, 2011 at 4:37 PM, Clément Bœsch <span dir="ltr"><<a href="mailto:ubitux@gmail.com">ubitux@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Tue, Jul 05, 2011 at 04:27:16PM +1000, Amir Rouhi-Rmit wrote:<br>
> I found dump_format() function (not av_dump_format() ) among ffmpeg source<br>
> codes :  dump_format(ic, 0, is->filename, 0);<br>
<br>
</div>You are not up to date then…<br>
<div class="im"><br>
> but i would be pleased if you let me know how can i find a tutorial which<br>
> shows how can i use the function ? and which header should be included?<br>
><br>
<br>
</div>av_dump_format() is just a printing function. It is defined in<br>
libavformat/utils.c. You can look into this file how where it finds the<br>
various information it prints.<br>
<br>
If you need some examples on how to use the API, look at the ffmpeg.c,<br>
ffplay.c and ffprobe.c. Also, doc/examples contains various codes that<br>
might help you.<br>
<br>
Note: please do not top post, it is considered rude.<br>
<br>
[...]<br>
<font color="#888888"><br>
--<br>
Clément B.<br>
</font><br>_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><div>Amir H. Rouhi</div>
<div>PhD Student/ CSIT RMIT University</div>
<div>Room: 14-09-04</div>
<div><a href="mailto:rouhi_amirhossein@student.rmit.edu.au" target="_blank">rouhi_amirhossein@student.rmit.edu.au</a></div>
<div><a href="mailto:amir.rouhi@rmit.edu.au" target="_blank">amir.rouhi@rmit.edu.au</a></div>
<div> </div><br>