mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
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;
|
int len, dstlen = sizeof(dst) - 1;
|
||||||
unsigned genre;
|
unsigned genre;
|
||||||
|
|
||||||
dst[0]= 0;
|
dst[0]= 0;
|
||||||
if(taglen < 1)
|
if(taglen < 1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user