gstjpeg2000parse: no need for else after a goto
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Fri, 1 Jul 2016 13:05:49 +0000 (14:05 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Fri, 1 Jul 2016 13:08:13 +0000 (14:08 +0100)
commit418e643b61dc1a58178c6b23acf0605d19e88271
treed744aa92cf7a231228871e3fb833f9790375d2c5
parent154698389dc8c3a7efc8813f1584eaf698af5fdc
gstjpeg2000parse: no need for else after a goto

else clause is redundant when the end of the if statement is a jump.
If we haven't gone to the beach, we are in the false branch.
gst/videoparsers/gstjpeg2000parse.c