diff sonic.c @ 2522:e25782262d7d libavcodec

kill warnings patch by (M?ns Rullg?rd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents 582e635cfa08
children ef2149182f1c
line wrap: on
line diff
--- a/sonic.c	Thu Feb 24 16:39:03 2005 +0000
+++ b/sonic.c	Thu Feb 24 19:08:50 2005 +0000
@@ -845,7 +845,7 @@
 }
 
 static int sonic_decode_frame(AVCodecContext *avctx,
-			    int16_t *data, int *data_size,
+			    void *data, int *data_size,
 			    uint8_t *buf, int buf_size)
 {
     SonicContext *s = avctx->priv_data;