]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sonic.c
a few more raw yuv fourccs
[ffmpeg] / libavcodec / sonic.c
index 3981f3bd7dbb7cc334207d1be51ee47130d250e2..d9c05faecd528750663d4b2dafe2634e02082e04 100644 (file)
@@ -845,7 +845,7 @@ static int sonic_decode_close(AVCodecContext *avctx)
 }
 
 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;