Hi, Yes, I am trying to add some stuff that may be useful. But have never had a similar experience for a linux library. So I don't know how to do this.
As a test, I copied ffmpeg.c, renamed to myffmepg.c ,and changed it's "main" function to "mymain". I did also made a myffmpeg.h to have the prototype of this function. Now, what should I do to be able to call this function in ffmpeg API? (Next, I wanna make some other libraries that may have different stuff, but use ffmpeg functions to do video processing stuff, and I want to make them a part of ffmpeg) Thanks. On Wed, Feb 18, 2009 at 2:24 PM, Stefano Sabatini < [email protected]> wrote: > On date Tuesday 2009-02-17 23:24:47 -0500, AliReza Khoshgoftar Monfared > encoded: > > Hi All, > > > > I had a question regarding adding a written library to ffmpeg. > > > > Say, that I have written a .c ,and a .h file to add some functions to > > ffmpeg, and I want them to become a part of ffmpeg (so that anybody can > use > > them like any other function in ffmpeg ) > > Uh, that means that you want to *extend* FFmpeg? If you think your > contribution is worth to be shared you may post a patch to > ffmpeg-devel, be sure to first *read carefully* the patch posting > guidelines. > > [...] > > Regards. > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user > _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
