faad: logical disjunction consecutive return, break unnecessary
https://bugzilla.gnome.org/show_bug.cgi?id=736790
This commit is contained in:
parent
7acf2fe5cb
commit
8b180b85a2
@ -459,7 +459,6 @@ gst_faad_chanpos_to_gst (GstFaad * faad, guchar * fpos,
|
|||||||
GST_WARNING_OBJECT (faad,
|
GST_WARNING_OBJECT (faad,
|
||||||
"Unsupported FAAD channel position 0x%x encountered", fpos[n]);
|
"Unsupported FAAD channel position 0x%x encountered", fpos[n]);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user