comparison sonic.c @ 2522:e25782262d7d libavcodec

kill warnings patch by (Mns Rullgrd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents 582e635cfa08
children ef2149182f1c
comparison
equal deleted inserted replaced
2521:d3885f927bc7 2522:e25782262d7d
843 843
844 return 0; 844 return 0;
845 } 845 }
846 846
847 static int sonic_decode_frame(AVCodecContext *avctx, 847 static int sonic_decode_frame(AVCodecContext *avctx,
848 int16_t *data, int *data_size, 848 void *data, int *data_size,
849 uint8_t *buf, int buf_size) 849 uint8_t *buf, int buf_size)
850 { 850 {
851 SonicContext *s = avctx->priv_data; 851 SonicContext *s = avctx->priv_data;
852 GetBitContext gb; 852 GetBitContext gb;
853 int i, quant, ch, j; 853 int i, quant, ch, j;