rtpvrawpay: micro-optimise variable access in inner loop
authorTim-Philipp Müller <tim@centricular.com>
Mon, 16 Jun 2014 12:51:03 +0000 (13:51 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 18 Jun 2014 13:54:58 +0000 (14:54 +0100)
commit15a33ccc65dc8d8a33c825d03cf994a748ce4919
tree4a9a0ce03da25ced086c0dba9c0e6a2b143099c3
parentfdf95fecbd61aeb869fcbcf229bd0fe6609c486d
rtpvrawpay: micro-optimise variable access in inner loop

Store some values that don't change during the execution
of the inner loops locally, so the compiler knows that too.
gst/rtp/gstrtpvrawpay.c