You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
cosmetics: whitespace
Originally committed as revision 11028 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -585,7 +585,7 @@ 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 );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user