This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
xwma: Remove unused variable
Signed-off-by: Diego Biurrun <diego@biurrun.de>
tags/n1.2
Benjamin Larsson
Diego Biurrun
13 years ago
parent
e817d9139f
commit
bbae68596e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/xwma.c
+ 1
- 1
libavformat/xwma.c
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save