gstreamer/gst-libs
Matthew Waters 463e23bb47 glslstage: add brackets around pointer dereference referencing an array
While technically, i is always 0 and *vertex_sources[i++] is equivalant
to (*vertex_sources)[i++].  Be future-proof in the case of code
moves/changes/etc.

CID 1327406
2017-12-09 19:32:09 +00:00
..
gst/gl glslstage: add brackets around pointer dereference referencing an array 2017-12-09 19:32:09 +00:00