x264: Initialize function vtable in plugin_init()
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 31 Jan 2017 21:38:10 +0000 (03:08 +0530)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 1 Feb 2017 10:38:01 +0000 (12:38 +0200)
commit184351ae485d5befc3311a122c717ec534225c52
tree4292e1fb17171ffeaf1146842fba54da6b5cff39
parentd21017b52a585f145e8d62781bcc1c5fefc7ee37
x264: Initialize function vtable in plugin_init()

These values are defined in the x264.h header and are not const on
Windows due to the way DLLs work. See:
https://msdn.microsoft.com/en-us/library/619w14ds.aspx
https://msdn.microsoft.com/en-us/library/zw3za17w.aspx

https://bugzilla.gnome.org/show_bug.cgi?id=777903
ext/x264/gstx264enc.c