flvdemux: minor micro-optimisation
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 19 Feb 2010 00:46:40 +0000 (00:46 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 19 Feb 2010 12:13:08 +0000 (12:13 +0000)
commit8c46cce875652784f7e972f9a155d5056ad08d5c
treef497040b5bd6379344d88b98dac7d0ec542acd97
parentec9add84a8b1afcc79725f46489c7baea9a7a64d
flvdemux: minor micro-optimisation

We know these values don't change during the loop, but the compiler
doesn't and has to re-check them for every iteration.
gst/flv/gstflvparse.c