You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
cosmetics: indentation
Originally committed as revision 16957 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -173,7 +173,7 @@ static void id3v2_read_ttag(AVFormatContext *s, int taglen, const char *key)
|
||||
int len, dstlen = sizeof(dst) - 1;
|
||||
unsigned genre;
|
||||
|
||||
dst[0]= 0;
|
||||
dst[0]= 0;
|
||||
if(taglen < 1)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user