comparison ws-snd1.c @ 6299:64394c86a053 libavcodec

const
author michael
date Fri, 01 Feb 2008 16:20:59 +0000
parents ca944f1db2b3
children 48759bfbd073
comparison
equal deleted inserted replaced
6298:c8ec0c985df8 6299:64394c86a053
43 return 0; 43 return 0;
44 } 44 }
45 45
46 static int ws_snd_decode_frame(AVCodecContext *avctx, 46 static int ws_snd_decode_frame(AVCodecContext *avctx,
47 void *data, int *data_size, 47 void *data, int *data_size,
48 uint8_t *buf, int buf_size) 48 const uint8_t *buf, int buf_size)
49 { 49 {
50 // WSSNDContext *c = avctx->priv_data; 50 // WSSNDContext *c = avctx->priv_data;
51 51
52 int in_size, out_size; 52 int in_size, out_size;
53 int sample = 0; 53 int sample = 0;