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:
787f8fa
)
id3v2: Use 0 instead of '\0'.
author
Anton Khirnov
<wyskas@gmail.com>
Wed, 23 Sep 2009 18:10:29 +0000
(18:10 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 23 Sep 2009 18:10:29 +0000
(18:10 +0000)
patch by Anton Khirnov, wyskas gmail com
Originally committed as revision 20005 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/id3v2.c
patch
|
blob
|
history
diff --git
a/libavformat/id3v2.c
b/libavformat/id3v2.c
index
8070a4a
..
6b1c460
100644
(file)
--- a/
libavformat/id3v2.c
+++ b/
libavformat/id3v2.c
@@
-96,7
+96,7
@@
static void read_ttag(AVFormatContext *s, int taglen, const char *key)
uint8_t tmp;
PUT_UTF8(get_byte(s->pb), tmp, *q++ = tmp;)
}
- *q =
'\0'
;
+ *q =
0
;
break;
case 3: /* UTF-8 */