Commit c843b63a authored by vitor's avatar vitor

Move var declaration to where it is needed

Commited in SoC by Vitor Sessak on 2008-04-23 18:36:26


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13328 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 81dc12e1
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment