[FFmpeg-cvslog] r16957 - trunk/libavformat/mp3.c
aurel
subversion
Mon Feb 2 23:17:26 CET 2009
Author: aurel
Date: Mon Feb 2 23:17:26 2009
New Revision: 16957
Log:
cosmetics: indentation
Modified:
trunk/libavformat/mp3.c
Modified: trunk/libavformat/mp3.c
==============================================================================
--- trunk/libavformat/mp3.c Mon Feb 2 23:17:14 2009 (r16956)
+++ trunk/libavformat/mp3.c Mon Feb 2 23:17:26 2009 (r16957)
@@ -173,7 +173,7 @@ static void id3v2_read_ttag(AVFormatCont
int len, dstlen = sizeof(dst) - 1;
unsigned genre;
- dst[0]= 0;
+ dst[0]= 0;
if(taglen < 1)
return;
More information about the ffmpeg-cvslog
mailing list