[FFmpeg-cvslog] xwma: Remove unused variable

Benjamin Larsson git at videolan.org
Tue Jan 8 12:38:54 CET 2013


ffmpeg | branch: master | Benjamin Larsson <benjamin at southpole.se> | Sun Sep 16 04:09:24 2012 +0200| [bbae68596e78025c2165411eea84744c72d394df] | committer: Diego Biurrun

xwma: Remove unused variable

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bbae68596e78025c2165411eea84744c72d394df
---

 libavformat/xwma.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/xwma.c b/libavformat/xwma.c
index 46ca0b8..baabf57 100644
--- 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;



More information about the ffmpeg-cvslog mailing list