visual: use unused value
authorLuis de Bethencourt <luis.bg@samsung.com>
Mon, 12 Jan 2015 15:27:18 +0000 (15:27 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Mon, 12 Jan 2015 15:27:18 +0000 (15:27 +0000)
commit7cc048f4df3cd51b84a628021b9f8cf0a92045fe
tree5d88166804ecbd7a230bedc79ec909a1d1dff062
parent32e6220cfd9740b095556529df59de7c9ce0c813
visual: use unused value

ret is assigned but not used and in the next cycle of the loop it is overwritten
with default_prepare_output_buffer (). If there is a flow error the function
should return instead.

CID #1226475
ext/libvisual/gstaudiovisualizer.c