mirror of https://git.ffmpeg.org/ffmpeg.git
Move var declaration to where it is needed
Commited in SoC by Vitor Sessak on 2008-04-23 18:36:26 Originally committed as revision 13328 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0de3407b8f
commit
eece0cb089
|
@ -273,10 +273,10 @@ static int parse_inputs(const char **buf, AVFilterInOut **currInputs,
|
|||
AVFilterInOut **openLinks, AVClass *log_ctx)
|
||||
{
|
||||
int pad = 0;
|
||||
AVFilterInOut *p;
|
||||
|
||||
while (**buf == '[') {
|
||||
char *name;
|
||||
AVFilterInOut *p;
|
||||
|
||||
parse_link_name(buf, &name, log_ctx);
|
||||
|
||||
|
|
Loading…
Reference in New Issue