]> granicus.if.org Git - handbrake/commit
muxavformat: fix crash on windows
authorJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 15 Jun 2018 20:16:00 +0000 (13:16 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 15 Jun 2018 20:17:32 +0000 (13:17 -0700)
commitdc2bba58a7cbfee26b3d9992df062392a82b09c3
treee60d88e0ab8479850e6bdd4f477d9ef229972bd4
parent762b1cf321b7db4b7f58b36c88baa7714edabfc3
muxavformat: fix crash on windows

We allocate AVFormatContext.url, but libavformat frees it.  So we must
use an allocation function that is compatible with the free function
used by libavformat.
libhb/muxavformat.c