Module: libav Branch: master Commit: bbae68596e78025c2165411eea84744c72d394df
Author: Benjamin Larsson <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Sun Sep 16 04:09:24 2012 +0200 xwma: Remove unused variable Signed-off-by: Diego Biurrun <[email protected]> --- libavformat/xwma.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
