Commit 25ec3aff authored by aurel's avatar aurel

cosmetics: whitespace

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11028 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1c8d286a
...@@ -585,9 +585,9 @@ static int mp3_write_header(struct AVFormatContext *s) ...@@ -585,9 +585,9 @@ static int mp3_write_header(struct AVFormatContext *s)
char yeartxt[10]; char yeartxt[10];
if(s->track) if(s->track)
snprintf(tracktxt, sizeof(tracktxt) , "%d", s->track); snprintf(tracktxt, sizeof(tracktxt), "%d", s->track);
if(s->year) if(s->year)
snprintf( yeartxt, sizeof(yeartxt) , "%d", s->year ); snprintf( yeartxt, sizeof(yeartxt) , "%d", s->year );
if(s->title[0]) totlen += 11 + strlen(s->title); if(s->title[0]) totlen += 11 + strlen(s->title);
if(s->author[0]) totlen += 11 + strlen(s->author); if(s->author[0]) totlen += 11 + strlen(s->author);
......
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