mirror of https://git.ffmpeg.org/ffmpeg.git
cosmetics: indentation
Originally committed as revision 16957 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3b1c4a06f6
commit
b3a9e50c10
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue