mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
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:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user