diff Plugins/Input/wma/libffwma/wmadec.c @ 701:d539e5c5f730 trunk

[svn] Fixes of the remaining GCC 4.1 warnings from external contributor Diego "Flameeyes" Petteno (Gentoo).
author chainsaw
date Sun, 26 Feb 2006 13:08:35 -0800
parents b13e87374f73
children 62a33367a6cb
line wrap: on
line diff
--- a/Plugins/Input/wma/libffwma/wmadec.c	Sun Feb 26 10:21:49 2006 -0800
+++ b/Plugins/Input/wma/libffwma/wmadec.c	Sun Feb 26 13:08:35 2006 -0800
@@ -1317,6 +1317,7 @@
     NULL,
     wma_decode_end,
     wma_decode_superframe,
+    0, NULL, NULL, NULL
 };
 
 AVCodec wmav2_decoder =
@@ -1329,4 +1330,5 @@
     NULL,
     wma_decode_end,
     wma_decode_superframe,
+    0, NULL, NULL, NULL
 };