omxaudioenc: impossible if statement
authorLuis de Bethencourt <luis.bg@samsung.com>
Fri, 6 Mar 2015 10:57:53 +0000 (10:57 +0000)
committerLuis de Bethencourt <luis.bg@samsung.com>
Fri, 6 Mar 2015 10:57:53 +0000 (10:57 +0000)
commit3aa008adb7ac295380d6b9d7997d5c4c38e63833
tree3419a076e7649749c5ea173b9a144441ba1b482c
parent964cb549bb55bb385a77613fa384b990a25cbfe2
omxaudioenc: 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 the if check.

CID #1287053
omx/gstomxaudioenc.c