Commit b7d56a17 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix indentation after r25158.

Originally committed as revision 25160 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 70f77361
......@@ -475,7 +475,8 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
dar[0].num= get_value(s->pb, value_type);
} else if(!strcmp(name, "AspectRatioY")){
dar[0].den= get_value(s->pb, value_type);
} else get_tag(s, name, value_type, value_len);
} else
get_tag(s, name, value_type, value_len);
}
} else if (!guidcmp(&g, &ff_asf_metadata_header)) {
int n, stream_num, name_len, value_len, value_type, value_num;
......
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