flvdemux: remove static keyword from variables that shouldn't be static
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 19 Feb 2010 00:39:50 +0000 (00:39 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 19 Feb 2010 12:13:07 +0000 (12:13 +0000)
commitec9add84a8b1afcc79725f46489c7baea9a7a64d
treed9e7cfe9f9caa2934eac91c2d3dd5c56f3dce66b
parent07fa73f19933305f4f2fbc75ac7509a2f636702d
flvdemux: remove static keyword from variables that shouldn't be static

Multiple flvparse/flvdemux instances should be able to operate without
trampling over each other by accidentally re-using the same (static)
variables. (Spotted by Mark Nauwelaerts)
gst/flv/gstflvparse.c