[FFmpeg-cvslog] xvma: remove unused variable

Paul B Mahol git at videolan.org
Wed Aug 1 05:15:53 CEST 2012


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Jul 31 23:29:37 2012 +0000| [c36bad3b895c908c270af8b526687307a15855d9] | committer: Paul B Mahol

xvma: remove unused variable

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

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

diff --git a/libavformat/xwma.c b/libavformat/xwma.c
index bd3af35..f8561d1 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