git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b1c4a0
)
cosmetics: indentation
author
Aurelien Jacobs
<aurel@gnuage.org>
Mon, 2 Feb 2009 22:17:26 +0000
(22:17 +0000)
committer
Aurelien Jacobs
<aurel@gnuage.org>
Mon, 2 Feb 2009 22:17:26 +0000
(22:17 +0000)
Originally committed as revision 16957 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mp3.c
patch
|
blob
|
history
diff --git
a/libavformat/mp3.c
b/libavformat/mp3.c
index
f81c248
..
21e1fd9
100644
(file)
--- a/
libavformat/mp3.c
+++ b/
libavformat/mp3.c
@@
-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;