Luca, I have tried to build master to test this patch but I am getting build errors in avconv_dxva2: http://pastebin.com/rBU8RYSW
I can build release/10 with no errors. I am cross-compiling the mingw32 version in Ubuntu 12.04 64bits: ./configure --arch=x86 --target-os=mingw32 --cross-prefix=i686-w64-mingw32- --pkg-config=pkg-config --enable-shared On Fri, Jun 20, 2014 at 1:18 AM, Luca Barbato <[email protected]> wrote: > On 14/06/14 20:44, Joshua Kordani wrote: > > On 6/13/14 9:07 PM, Luca Barbato wrote: > >> On 13/06/14 21:04, Joshua Kordani wrote: > >>> Attached is a patch to recent trunk that keeps the a=fmtp line around > >>> until after we detect an a=rtpmap line. The rtpmap line payload type > >>> gets propagated down the library, and then after that, the fmtp line > >>> gets applied to the correct streams. When the order is reversed, there > >>> is a check in the fmtp propagation that check the stream to make sure > it > >>> is of the correct type, and only then applies the line. I just keep > the > >>> line around until such time. > >> Thanks a lot, it would need a little rework to fit our coding style but > >> hopefully I can spend a little time over the weekend. =) > >> > >> lu > >> _______________________________________________ > >> libav-api mailing list > >> [email protected] > >> https://lists.libav.org/mailman/listinfo/libav-api > > You're welcome! I apologize for not submitting a cleaner patch... > > Not a problem =) It was your first patch here and you had a problem to > solve =) I have no qualms in retouching other people contribution. > > (patch in master btw) > > lu > > _______________________________________________ > libav-api mailing list > [email protected] > https://lists.libav.org/mailman/listinfo/libav-api > _______________________________________________ libav-api mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-api
