projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0048deb
)
replaygain: remove unused variable
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 4 Apr 2014 09:50:49 +0000
(11:50 +0200)
committer
Anton Khirnov
<anton@khirnov.net>
Fri, 4 Apr 2014 15:40:51 +0000
(17:40 +0200)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavformat/replaygain.c
patch
|
blob
|
blame
|
history
diff --git
a/libavformat/replaygain.c
b/libavformat/replaygain.c
index
c123a63
..
fb3bdc7
100644
(file)
--- a/
libavformat/replaygain.c
+++ b/
libavformat/replaygain.c
@@
-72,7
+72,6
@@
static int replaygain_export(AVStream *st,
{
AVPacketSideData *sd, *tmp;
AVReplayGain *replaygain;
- uint8_t *data;
int32_t tg, ag;
uint32_t tp, ap;