mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue