omxaudiodec: impossible if statement
authorLuis de Bethencourt <luis.bg@samsung.com>
Fri, 6 Mar 2015 10:54:43 +0000 (10:54 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Fri, 6 Mar 2015 10:54:46 +0000 (10:54 +0000)
commit964cb549bb55bb385a77613fa384b990a25cbfe2
tree335d9ec2fd3e6e8f0b866f0dade2199cb5aada29
parenta8d26ff27a8b43f589424a59294f9057641b2a46
omxaudiodec: impossible if statement

ret is set to GST_STATE_CHANGE_SUCCESS and never touched, so it is impossible
for it to be anything else at the if check. Remove it.

CID #1287054
omx/gstomxaudiodec.c