]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/xwma.c
configure: Make the new srtp protocol depend on the rtp protocol
[ffmpeg] / libavformat / xwma.c
index 46ca0b80f1c6e0a203b7aa528ec72972c6284de5..baabf5775e178f8fc916fa36839e5c39a744af0c 100644 (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;