mirror of https://git.ffmpeg.org/ffmpeg.git
cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com
Originally committed as revision 18022 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
852ca0e57d
commit
6d050dd673
|
@ -402,8 +402,7 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
|||
int desc_count, i;
|
||||
|
||||
desc_count = get_le16(pb);
|
||||
for(i=0;i<desc_count;i++)
|
||||
{
|
||||
for(i=0;i<desc_count;i++) {
|
||||
int name_len,value_type,value_len;
|
||||
char name[1024];
|
||||
|
||||
|
|
Loading…
Reference in New Issue