Drop unreachable break and return statements

This commit is contained in:
Diego Biurrun 2015-03-13 00:39:31 +01:00
parent 99434f4df8
commit 67351924fa
8 changed files with 0 additions and 12 deletions

View file

@ -240,8 +240,6 @@ static int set_string_number(void *obj, void *target_obj, const AVOption *o, con
return 0;
notfirst = 1;
}
return 0;
}
int av_opt_set(void *obj, const char *name, const char *val, int search_flags)