[FFmpeg-soc] [soc]: r1164 - qcelp/qcelpdec.c
reynaldo
subversion at mplayerhq.hu
Thu Aug 23 08:12:57 CEST 2007
Author: reynaldo
Date: Thu Aug 23 08:12:57 2007
New Revision: 1164
Log:
COSMETIC drop function declarations
Modified:
qcelp/qcelpdec.c
Modified: qcelp/qcelpdec.c
==============================================================================
--- qcelp/qcelpdec.c (original)
+++ qcelp/qcelpdec.c Thu Aug 23 08:12:57 2007
@@ -53,12 +53,6 @@ typedef struct {
int frame_num;
} QCELPContext;
-static int qcelp_decode_init(AVCodecContext *avctx);
-static int qcelp_decode_frame(AVCodecContext *avctx, void *data,
- int *data_size, uint8_t *buf, int buf_size);
-static int qcelp_decode_close(AVCodecContext *avctx);
-
-
static float qcelp_hammsinc(float i)
{
return (sin(M_PI*i)/(M_PI*i))*(0.5+0.46*cos(M_PI*i/4.0));
More information about the FFmpeg-soc
mailing list