projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e817d91
)
xwma: Remove unused variable
author
Benjamin Larsson
<benjamin@southpole.se>
Sun, 16 Sep 2012 02:09:24 +0000
(
04:09
+0200)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 7 Jan 2013 12:25:20 +0000
(13:25 +0100)
Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavformat/xwma.c
patch
|
blob
|
history
diff --git
a/libavformat/xwma.c
b/libavformat/xwma.c
index 46ca0b80f1c6e0a203b7aa528ec72972c6284de5..baabf5775e178f8fc916fa36839e5c39a744af0c 100644
(file)
--- a/
libavformat/xwma.c
+++ b/
libavformat/xwma.c
@@
-42,7
+42,7
@@
static int xwma_probe(AVProbeData *p)
static int xwma_read_header(AVFormatContext *s)
{
- int64_t size
, av_uninit(data_size)
;
+ int64_t size;
int ret;
uint32_t dpds_table_size = 0;
uint32_t *dpds_table = 0;