static void free_inout(AVFilterInOut *head)
{
- while (head) {
+ while(head) {
AVFilterInOut *next = head->next;
av_free(head);
head = next;
{
int pad = 0;
- while (**buf == '[') {
+ while(**buf == '[') {
char *name;
AVFilterInOut *link_to_add;
AVFilterInOut *match;
{
int pad = 0;
- while (**buf == '[') {
+ while(**buf == '[') {
char *name;
AVFilterInOut *match;
goto fail;
}
index++;
- } while (chr == ',' || chr == ';');
+ } while(chr == ',' || chr == ';');
if(openLinks && !strcmp(openLinks->name, "out") && currInputs) {
// Last output can be ommitted if it is "[out]"